v3.0.0
Changelog
-
Upgrade ESA + ember-{cli,source} to 2.17 #213 by @dcyriller
-
Update dummy-app to ember 2.17 #212 by @dcyriller
-
Update refresh strategy to use a separate refresh token #190 by @evoactivity
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