Skip to content

Releases: yasudacloud/strapi-plugin-sso

Release v1.0.9

Choose a tag to compare

@yasudacloud yasudacloud released this 15 Jun 13:59
dcb715d

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

Full Changelog: v1.0.8...v1.0.9

Release v0.4.8

Choose a tag to compare

@yasudacloud yasudacloud released this 14 Jun 15:02
92503c3

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

Choose a tag to compare

@yasudacloud yasudacloud released this 23 Dec 13:50

Support for older Node.js versions

We fixed an error that occurred when running on certain versions, such as Node.js 18.
#105

Supports Node.js version 24

Thanks! > @imewish

Release v1.0.7

Choose a tag to compare

@yasudacloud yasudacloud released this 30 Sep 16:36
8ed830a

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

Choose a tag to compare

@yasudacloud yasudacloud released this 13 May 08:14

This version is for Strapi v4

Security Updates

This version includes enhanced CSRF protection for each authentication provider.

Release v1.0.6

Choose a tag to compare

@yasudacloud yasudacloud released this 11 May 06:09

Security Updates

This version includes enhanced CSRF protection for each authentication provider.

@ww24
Thanks!

Release v1.0.5

Choose a tag to compare

@yasudacloud yasudacloud released this 15 Apr 10:20
a764999

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

Choose a tag to compare

@yasudacloud yasudacloud released this 28 Mar 12:44
be3e614

You can now specify groups when authenticating with Cognito.

@ww24 Thanks!

Release v0.4.6

Choose a tag to compare

@yasudacloud yasudacloud released this 28 Mar 13:21
aa3a20c

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

Choose a tag to compare

@yasudacloud yasudacloud released this 13 Mar 15:50

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!