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.