You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use OpenID Connect to log in to other webservices using your own WordPress.
@@ -75,7 +75,14 @@ You can report any issues you encounter directly on [Github repo: Automattic/wp-
75
75
76
76
## Changelog
77
77
78
+
### 2.0.0
79
+
80
+
-[Breaking] Add a configuration option to support clients that don't require consent [#118](https://github.com/Automattic/wp-openid-connect-server/pull/118) props @lart2150
81
+
- Make client_id and client_secret optional for the token endpoint [#116](https://github.com/Automattic/wp-openid-connect-server/pull/116) props @lart2150
82
+
- Update expected args specs for token endpoint as per OIDC spec [#117](https://github.com/Automattic/wp-openid-connect-server/pull/117)
83
+
78
84
### 1.3.4
85
+
79
86
- Add the autoloader to the uninstall script [#111](https://github.com/Automattic/wp-openid-connect-server/pull/111) props @MariaMozgunova
0 commit comments