Skip to content

Releases: yasudacloud/strapi-plugin-sso

Release v0.4.7

13 May 08:14
Compare
Choose a tag to compare

This version is for Strapi v4

Security Updates

This version includes enhanced CSRF protection for each authentication provider.

Release v1.0.6

11 May 06:09
Compare
Choose a tag to compare

Security Updates

This version includes enhanced CSRF protection for each authentication provider.

@ww24
Thanks!

Release v1.0.5

15 Apr 10:20
a764999
Compare
Choose a tag to compare

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

28 Mar 12:44
be3e614
Compare
Choose a tag to compare

You can now specify groups when authenticating with Cognito.

@ww24 Thanks!

Release v0.4.6

28 Mar 13:21
aa3a20c
Compare
Choose a tag to compare

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

13 Mar 15:50
Compare
Choose a tag to compare

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

23 Jan 13:07
bea7dc7
Compare
Choose a tag to compare

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

19 Jan 15:01
bf97195
Compare
Choose a tag to compare

Implemented a whitelist feature, allowing authentication for registered email addresses only.
whitelist_demo

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

28 Sep 17:39
2171033
Compare
Choose a tag to compare

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

11 Jul 15:58
Compare
Choose a tag to compare

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",