Releases: wlalele/open-oauth-client
Releases · wlalele/open-oauth-client
v0.1.7 - Use session instead of cookies
v0.1.6 - Redirect to referrer after authentication
Full Changelog: v0.1.5...v0.1.6
v0.1.5 - Fix users having same user_login
fix(v0.1.5): create user with uid as user_login instead of name
v0.1.4 - Fix password resets on connection
Avoid reseting the user password everytime he connects, this way, we avoid sending e-mail of password resets.
v0.1.3 - Force authentication feature
You can now setup the plugin so that it will force users to login instead of triggering it manually with the auth=sso
parameter.
v0.1.2
v0.1.1 - First stable release
feat: check if key is set before using it