Skip to content

v3.0.0

Compare
Choose a tag to compare
@jpadilla jpadilla released this 16 Dec 17:22
· 264 commits to master since this release
v3.0.0

Changelog

Since version 3.0 we are supporting refresh tokens. If your token implementation manages your access token and refresh token separately you can specify the property names under tokenPropertyName and refreshTokenPropertyName on your ember-simple-auth-token JSON. If your token implementation checks the authorization directly against your access token and you need to refresh it you can specify the token name on refreshTokenPropertyName.

For more information: Refresh tokens what are they and when to use them