Releases: synapsestudios/oidc-platform
Releases · synapsestudios/oidc-platform
v2.0.0
Changed
- #162 Stop allowing the access token for auth on the profile screen
- #138 Stop hardcoding nonce when resetting passwords
- #119 Updated to to node-oidc v2.3.2
Added
- #115 Theming. See theming guide for details
- #131 Password Grant now returns an id token as well as an access token
Compare to previous release - 2017-10-10
v1.4.0
v1.3.1
v1.2.2: Merge pull request #102 from synapsestudios/oidc/101
Added template param to resend-invite endpoint
Graceful failure when user record is deleted
- During authentication token exists for a user that has been removed from the database then instead of authenticating the request we will destroy the token which prevents errors from trying to authenticate as a non-existing user
v1.1.8: Merge pull request #51 from synapsestudios/oss134/create-user-endpoint
create user endpoint for admin scope
v1.1.7: Merge pull request #42 from synapsestudios/find-endpoint
v1.1.6
Merge pull request #40 from synapsestudios/feature/100-return-user-em…
npm run start-migrate
Merge pull request #39 from synapsestudios/start-with-migrate Start with migrate
v1.1.4: Merge pull request #38 from synapsestudios/copy-styles-my-bad
Made some minor style changes in oidc-connect layout that I want in d…