File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "AppAuth"
4
- s . version = "1.7.0 "
4
+ s . version = "1.7.1 "
5
5
s . summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
6
6
7
7
s . description = <<-DESC
Original file line number Diff line number Diff line change
1
+ # 1.7.1
2
+ - Add back missing method to OIDAuthorizationResponse ([ #825 ] ( https://github.com/openid/AppAuth-iOS/pull/825 ) )
3
+ - Fix OIDTokenRequest for AppAuthCore and AppAuthTV ([ #826 ] ( https://github.com/openid/AppAuth-iOS/pull/826 ) )
4
+
1
5
# 1.7.0
2
6
- Introduce addtional http headers to OIDTokenRequest ([ #770 ] ( https://github.com/openid/AppAuth-iOS/pull/770 ) )
3
7
- Fix nullability annotation for -[ OIDExternalUserAgentIOS init] ([ #727 ] ( https://github.com/openid/AppAuth-iOS/pull/727 ) )
4
8
- Feat: allow custom nonce in OIDAuthorizationRequest ([ #788 ] ( https://github.com/openid/AppAuth-iOS/pull/788 ) )
5
- - Introduce addtional http headers to OIDTokenRequest ([ #770 ] ( https://github.com/openid/AppAuth-iOS/pull/770 ) )
6
9
- Add privacy manifest ([ #822 ] ( https://github.com/openid/AppAuth-iOS/pull/822 ) )
7
10
8
11
# 1.6.2
You can’t perform that action at this time.
0 commit comments