0.1.12 • Published 5 years ago

@ng-dashboard/authentication v0.1.12

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

Angular 6+ Signup, Login form @ng-dashboard/authentication

Gives you a ready to use login and signup mechanism easily. You need to give an endpoint to signup and signin.

Install

  1. install the package ( most likely on a @ng-dashboard/core project but still you can use some features)
npm install @ng-dashboard/authentication
  1. Add it to your app.module:
...
  imports: [
    BrowserModule,
    NgAuthenticationModule.forRoot({
      baseUrl: 'https://my-api-set.com', // You need to support /api/signin, and /api/signup post methods
      provideFacebook: true,
    }),
...
0.1.12

5 years ago

0.1.11

5 years ago

0.1.10

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.6

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

6 years ago

0.0.1

6 years ago