0.1.12 • Published 6 years ago

@ng-dashboard/authentication v0.1.12

Weekly downloads
1
License
-
Repository
-
Last release
6 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

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.6

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago