- Support Angular 11
- Fix for #346
- Bug fixes
- Microsoft login provider
- Ability to refresh auth token with providers
- Fix for major issue #280
- VK login provider
- Optional
onError
callback added inSocialAuthServiceConfig
- Bug fixes
- LocalStorage based token persistence for Amazon provider
- Bug fixes related to offline access in Google provider
- Support for Angular 10
- Fix issue with route guards (thanks to @mokipedia)
- Added
initState
observable inSocialAuthService
. The observable will complete once all the providers are ready.
- Refactor and rename the social auth service.
- Refactor the way one provides the config object.
- Removed the
LoginOptions
interface. A simpleObject
can be passed as options. - Add Amazon login provider.
- Add option to disable auto-login with providers.
- Angular 9 support (with
--prod
flag)
- Angular 8 support