@ -19,9 +19,7 @@ new users are created in WordPress database.
Much of the documentation can be found on the Settings > OpenID Connect Generic dashboard page.
Much of the documentation can be found on the Settings > OpenID Connect Generic dashboard page.
Originally based on the plugin provided by shirounagi - https://wordpress.org/plugins/generic-openid-connect/ - but
Please submit issues to the Github repo: https://github.com/daggerhart/openid-connect-generic
has been completely rewritten.
== Installation ==
== Installation ==
@ -41,4 +39,91 @@ Replace `example.com` with your domain name and path to WordPress.
== Changelog ==
== Changelog ==
See changelog.md
= 3.3.1 =
* Prefixing classes for more efficient autoloading.
* Avoid altering global wp_remote_post() parameters.
* Minor metadata updates for wp.org
= 3.3.0 =
* Fix: @pjeby - Handle multiple user sessions better by using the `WP_Session_Tokens` object. Predecessor to fixes for multiple other issues: #49, #50, #51