Releases: yasudacloud/strapi-plugin-sso
Release v0.4.7
This version is for Strapi v4
Security Updates
This version includes enhanced CSRF protection for each authentication provider.
Release v1.0.6
Security Updates
This version includes enhanced CSRF protection for each authentication provider.
@ww24
Thanks!
Release v1.0.5
Strapi's method of storing JWT tokens has changed, so the plugin has been modified as well.
If you're using Strapi v5.12.0 or later, we recommend updating the plugin.
CSRF protection has also been added for some providers during authentication.
@ww24 Thanks!
Release v1.0.4
You can now specify groups when authenticating with Cognito.
@ww24 Thanks!
Release v0.4.6
This version is for Strapi v4
You can now specify groups when authenticating with Cognito.
This version fixes a bug related to the default role granted when logging in with Cognito.
If you are using OAuth with Cognito, roles may not have been assigned correctly.
Please upgrade to this version and verify that roles for existing users are properly set.
Release v1.0.3
This version fixes a bug related to the default role granted when logging in with Cognito.
If you are using OAuth with Cognito, roles may not have been assigned correctly.
Please upgrade to this version and verify that roles for existing users are properly set.
@ww24 Thanks!
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",