Socket
Socket
Sign inDemoInstall

@agape/auth

Package Overview
Dependencies
23
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @agape/auth

User registration and authentication for Angular application.


Version published
Maintainers
1
Created

Readme

Source

@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

Keywords

FAQs

Last updated on 03 Feb 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc