@ng-dashboard/authentication
TypeScript icon, indicating that this package has built-in type declarations

0.1.12 • Public • Published

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,
    }),
...

Readme

Keywords

none

Package Sidebar

Install

npm i @ng-dashboard/authentication

Weekly Downloads

2

Version

0.1.12

License

none

Unpacked Size

949 kB

Total Files

59

Last publish

Collaborators

  • ng-dashboard