17.0.0 • Published 3 months ago

@renet-consulting/external-auth v17.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
3 months ago

@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

17.0.0

3 months ago

16.0.0

3 months ago

15.0.2

3 months ago

15.0.3

3 months ago

15.0.0

3 months ago

15.0.1

3 months ago

14.0.0

1 year ago

14.0.2

1 year ago

9.0.0

4 years ago

8.1.9

5 years ago

8.1.8

5 years ago

8.1.7

5 years ago

8.1.6

5 years ago

8.1.5

5 years ago

8.1.4-preview-1

5 years ago

8.1.4

5 years ago

8.1.3

5 years ago

8.1.2

5 years ago

8.1.1

5 years ago

8.1.0

5 years ago

8.0.4

5 years ago

8.0.3

5 years ago

8.0.2

5 years ago

8.0.1

5 years ago

0.0.3

5 years ago

8.0.0

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago