@agape/auth

User registration and authentication for Angular application.

Usage no npm install needed!

<script type="module">
  import agapeAuth from 'https://cdn.skypack.dev/@agape/auth';
</script>

README

@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