Skip to content

3.0.1

Compare
Choose a tag to compare
@manfredsteyer manfredsteyer released this 18 Nov 20:52
· 507 commits to master since this release

Features

  • Supports Angular 5 (#162, #152, #165)
  • Supports Angular 4.3+
  • Uses HttpClient instead of Http
  • Auto redirect log in Identity Server #157
  • Allow custom parameter for password flow #158
  • Add method getRefreshToken() #164
  • Silent refresh with token_hint (closes #155)
  • Integration with angular seed #121

Fixed

  • Events and onTokenReceived seemingly not working. #133
  • sessionChecksEnabled = false is not respected if discovery doc contains check_session_iframe #132

Breaking Changes

  • As we now depend on the new HttpClient instead of the Http(Service) deprecated with Angular 5, we need >= Angular 4.3 (--> Version 5.x is also fine).

Big thanks to all the contributers for helping to make this possible!