Releases: yasudacloud/strapi-plugin-sso
Release v1.0.2
In this version, we have updated the options configured when the plugin is launched.
This change was made to address errors that occurred during startup in some versions.
@marc0777 Thanks!
Release v1.0.1 whitelist Feature
Implemented a whitelist feature, allowing authentication for registered email addresses only.
You can find the documentation here.
https://github.com/yasudacloud/strapi-plugin-sso/blob/main/docs/whitelist.md
also, support for Node.js versions up to 22.
@jorrit Thanks for contributing!
Release v1.0.0
Strapi version 5 is now supported.
The plugin version for Strapi v5 is 1.*. *
If you continue to use Strapi v4, version 0.*. *
@marc0777
Thanks for doing the bulk of the implementation!
Release v0.4.3
NodeJS support version has been changed.
This prevents warnings from appearing in projects that use a higher version
Before)
"node": ">=14.19.1 <=18.x.x",
After)
"node": ">=16.0.0 <21.0.0",
Release v0.4.4
This version fixes a webhook call bug.
The webhook invoked when creating a user for the first time was not being executed correctly.
Release v0.4.3
Two changes have been made in this release.
-
Login persistence in the admin panel can now choose local storage.
-> This allows you to keep your login in the other tab. -
Remove 404 page for strapsi-plugin-sso in admin.
->Remove old component as it was referenced.
Thanks for contributing!
@adamrpostjr
Release v0.4.2
This release fixes a build error that occurred in Strapi v4.15.1.
It also fixes a deprecated webhook call code.
There are no functional changes.
Thank you for your report.
@fabriciomelosilva
Release v0.4.1
Requests can now include an access token in the header during OIDC authentication.
See the link below for more information.
https://github.com/yasudacloud/strapi-plugin-sso/blob/main/docs/en/oidc/setup.md
Thanks!
@urbanmarcen
Release of OIDC feature
With this release, login by OIDC is now available.
For more information, please see the following.
https://github.com/yasudacloud/strapi-plugin-sso/blob/main/docs/en/oidc/setup.md
Thanks for the awesome idea and execution!
@minozheros @FlipperLP
Release v0.3.1
This version has a change to convert e-mail addresses to lowercase when users register for the first time.
Users already registered in uppercase using this plugin can continue to sign in with uppercase letters.