Skip to content

Commit 4e16f70

Browse files
committed
Release v0.5.0
1 parent 0798613 commit 4e16f70

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
# Unreleased
1+
# v0.5.0 (26.12.2022)
22

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)
35
- 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)
48

59
# v0.4.0 (06.02.2022)
610

lib/omniauth/openid_connect/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module OpenIDConnect
5-
VERSION = '0.4.0'
5+
VERSION = '0.5.0'
66
end
77
end

0 commit comments

Comments
 (0)