- Update to Angular 18
- Update several dependencies
- Update to Angular 17
- Update several dependencies
- Update to Angular 16
- Update several dependencies
- BREAKING CHANGE: export
GoogleSigninButtonDirective
from its own module (GoogleSigninButtonModule
) - Export VK Login scopes
- Update dependencies
- Add Angular V15 support
- Change minimum supported version to Angular 15
- Update several dependencies
- Update Angular to the latest V14 support version
- Auto stash before rebase of "feature/updateDependencies" by @Heatmanofurioso in #594
- console.log in ButtonDirective deleted by @JoseSolorzanoC in #608
- add: [Google]prompt property on initTokenClient by @kattoshi in #588
- Update dependencies
- Update required dependencies versioning
- Add new configurations to Google Button Directive
- Update json token parsing
- Add UI configurations to Google Directive Button "Type and size"
- Support
prompt_parent_id
in Google Directive - Update dependencies
- Update Angular dependencies
- Add custom injectable provider support
- New directive
GoogleSigninButtonDirective
(<asl-google-signin-button></asl-google-signin-button>
) GoogleLoginProvider
accepts aGoogleInitOptions
object as 2nd argument, it has 2 optional properties:oneTapEnabled
andscopes
- New
getAccessToken()
andrefreshAccessToken()
functions inSocialAuthService
for google - Update to support Angular 14
- Update various library internal dependencies for more recent versions
- 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
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