Releases: yasudacloud/strapi-plugin-sso
Release list
Release v1.0.9
This release focuses on internal refactoring and dependency updates. There are no new features or breaking changes.
Changes:
- Migrated from axios to native fetch.
- Updated various dependencies.
What's Changed
- Refactor/cleanup by @yasudacloud in #116
Full Changelog: v1.0.8...v1.0.9
Release v0.4.8
This version is for Strapi v4
I fixed an error that occurred when importing crypto in Node.js v18.
I also updated the Node.js version to match those supported by Strapi.
Additionally, since Strapi v4 has reached its end-of-life (EOL), this plugin will no longer support v4.
Release v1.0.8
Release v1.0.7
Strapi v5.24.x Support
Recent major changes in Strapi’s core caused authentication errors, which have now been resolved.
However, since some of the new configuration options are not yet fully implemented, this release includes only the essential functionality required for logging in.
Future updates will target Strapi v5.24.x and above.
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!