3.1.0 • Published 4 years ago

@agape/auth v3.1.0

Weekly downloads
3
License
MIT
Repository
-
Last release
4 years ago

@agape/auth

User registration and authentication for Angular application.

About

This is intended to be used with the corresponding Django app agape.auth available on https://pypi.org/ as agape-auth.

Components

The following components are provided for your use:

  • LoginComponent
  • LogoutComponent
  • ModifyCredentialsComponent
  • RegisterComponent
  • ResetPasswordRequestComponent
  • ResetPasswordComponent
  • UserActivationComponent

Routing

If you choose to use the included routing, the following paths are provided for you. These are listed with the corresponding components.

  • /sign-in → LoginComponent
  • /sign-up → RegisterComponent
  • /sign-out → LogoutComponent
  • /account-recovery → ResetPasswordRequestComponent
  • /account-recovery/:key → ResetPasswordComponent
  • /activate/:key → UserActivationComponent

Author

Jeffrey Hallock @ Maverik Software

License

The MIT License (MIT)

(c) 2017-2020 Maverik Software

3.1.0

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago