Skip to content

Releases: yasudacloud/strapi-plugin-sso

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.