- Fix google authentication
- Bump dependency versions
- Minified build for Microsoft provider
- Angular 13 support
- Update to Angular 13
- Update several dependencies
- Update to new Google Identification libray
- Support for Angular 12
- Bug fix related to Facebook provider
- Bug fixes and additional features in Microsoft provider
- Bug fixes
- 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
onErrorcallback 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
initStateobservable 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
LoginOptionsinterface. A simpleObjectcan be passed as options. - Add Amazon login provider.
- Add option to disable auto-login with providers.
- Angular 9 support (with
--prodflag)
- Angular 8 support