Releases: incuna/angular-token-auth
Releases · incuna/angular-token-auth
5.6.0
5.4.0: Merge pull request #24 from incuna/add-logout-url
Add LOGOUT_REDIRECT_URL
5.1.0
- Login form directive split into separate services and returned as constructor object which allows it to be extended using prototype inheritance in projects
5.0.0: Merge pull request #15 from incuna/broadcast-response
Store all auth response data and add method to access it.
4.1.0
- Add
localstorage
support to token storage
4.0.0: Merge pull request #12 from incuna/allowed-hosts
Only transform request headers for allowed hosts.
3.0.3: Merge pull request #11 from incuna/auth-header-prefix
Add auth-header-prefix option