Releases: juztcode/angular-auth
Version 0.1.1
Patch minor issues
Issue: login request, use javascript object without JSON.stringify
Version 0.1.0
New Features and Changes
- tokenGetter, tokenSetter, tokenRemover moved to AuthConfigAdditional and there are default values
Migrate-step: Move those to the AuthConfigAdditional or you can use the default functions. The default functions are implemented using localStorage.
- accessTokenExpiredResponseStatus, accessTokenExpiredErrorCode, refreshTokenExpiredResponseStatus, refreshTokenExpiredErrorCode moved
to AuthConfig
Migrate-step: Add these configurations to the AuthConfig. The refreshToken attributes are optional (depends on refreshTokenEnabled)
- Add extra headers to http requests
Migrate-step: Add 'Content-Type' header to AuthConfigAdditional.globalHttpHeaders section.
Version 0.0.9
Fixed issue with token expiration
When refresh token expired -> logout
When refresh token is not enabled + access token expired -> logout
Version 0.0.8
Fixed bugs with configuration, auth provider and permission provider.
Now after logout user permission are resetting
Added more configuration options
Auth type cofiguration
ApiError configuration
Permission configuration
For further see read me file
Version 0.0.7
Added additional configurations.
Now you can configure auth type and user permission types sent from the server
For further see read me file
Version 0.0.6
Fixed minor bugs
Version 0.0.5
Initial version