@renet-consulting/external-auth
TypeScript icon, indicating that this package has built-in type declarations

17.0.0 • Public • Published

@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

Readme

Keywords

none

Package Sidebar

Install

npm i @renet-consulting/external-auth

Weekly Downloads

0

Version

17.0.0

License

MIT

Unpacked Size

118 kB

Total Files

38

Last publish

Collaborators

  • illia.antonov
  • aaltotsky