@renet-consulting/external-auth
v17.0.0
Published
This library provides utils to external-auth.
Downloads
275
Readme
@renet-consulting/external-auth
This library provides implicit flow, to sign in with Google and Facebook, this lib ueses nex client CDK: https://developers.facebook.com/docs/facebook-login/web https://developers.google.com/identity/sign-in/web/sign-in
Example of use
import { FacebookSigninModule, GoogleSigninModule } from '@renet-consulting/external-auth';
@NgModule({
...
imports: [
FacebookSigninModule,
GoogleSigninModule,
],
...
})
export class SigninModule { }
Breaking changes in version 9.x
- ExternalAuthBase renamed to ExternalAuthBaseDirective
Release v17.0.0
Converted project to Angular v17
Release v16.0.0
Converted project to Angular v16
Release v15.0.0
Converted project to Angular v15
Release v14.0.0
Converted project to Angular v14
Release v9.0.0
Converted project to Angular v9