Skip to content

Releases: yasudacloud/strapi-plugin-sso

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

Release v0.4.4

14 Jan 09:20
Compare
Choose a tag to compare

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

09 Jan 05:11
Compare
Choose a tag to compare

Two changes have been made in this release.

  1. Login persistence in the admin panel can now choose local storage.
    -> This allows you to keep your login in the other tab.

  2. Remove 404 page for strapsi-plugin-sso in admin.
    ->Remove old component as it was referenced.

Thanks for contributing!
@adamrpostjr

Release v0.4.2

12 Nov 14:21
789d0ea
Compare
Choose a tag to compare

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

20 Oct 08:33
Compare
Choose a tag to compare

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

12 Oct 13:51
Compare
Choose a tag to compare

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

29 Aug 03:14
9ea3bc0
Compare
Choose a tag to compare

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.