File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22
33 s . name = "AppAuth"
4- s . version = "1.7.0 "
4+ s . version = "1.7.1 "
55 s . summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
66
77 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+
15# 1.7.0
26- Introduce addtional http headers to OIDTokenRequest ([ #770 ] ( https://github.com/openid/AppAuth-iOS/pull/770 ) )
37- Fix nullability annotation for -[ OIDExternalUserAgentIOS init] ([ #727 ] ( https://github.com/openid/AppAuth-iOS/pull/727 ) )
48- 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 ) )
69- Add privacy manifest ([ #822 ] ( https://github.com/openid/AppAuth-iOS/pull/822 ) )
710
811# 1.6.2
You can’t perform that action at this time.
0 commit comments