File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
lib/omniauth/openid_connect Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # v0.5.0 (26.12.2022)
2
2
3
+ - Support the "nonce" parameter forwarding without a session [ #130 ] ( https://github.com/omniauth/omniauth_openid_connect/pull/130 )
4
+ - Fetch key from JWKS URI if available [ #133 ] ( https://github.com/omniauth/omniauth_openid_connect/pull/133 )
3
5
- Make the state parameter verification optional [ #122 ] ( https://github.com/omniauth/omniauth_openid_connect/pull/122 )
6
+ - Add email_verified claim in user info [ #131 ] ( https://github.com/omniauth/omniauth_openid_connect/pull/131 )
7
+ - Add PKCE verification support [ #128 ] ( https://github.com/omniauth/omniauth_openid_connect/pull/128 )
4
8
5
9
# v0.4.0 (06.02.2022)
6
10
Original file line number Diff line number Diff line change 2
2
3
3
module OmniAuth
4
4
module OpenIDConnect
5
- VERSION = '0.4 .0'
5
+ VERSION = '0.5 .0'
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments