a12n-server 0.20.1
Install from the command line:
Learn more about npm packages
$ npm install @curveball/a12n-server@0.20.1
Install via package.json:
"@curveball/a12n-server": "0.20.1"
About this version
This package aims to provide a simple authentication system. The goal is to provide a simple authentication system for developers considering building their own.
The project implements OAuth2 standards where applicable.
- Node.js 14.x
- MySQL
- A simple browseable API.
- OAuth2
- Supported grants:
implicit
,client_credentials
,authorization_code
andpassword
. - OAuth2 discovery document.
- PKCE.
- OAuth 2 Token Introspection.
- JSON Web Key Sets.
- OAuth2 Token Revocation
- Supported grants:
- MFA
- Google Authenticator (TOTP).
- WebauthN / Yubikeys
- A simple, flat, permission model.
- Registration, lost password.
secret-token:
URI scheme
Check out the Docs folder
If you are thinking of building a new authentication system, and decide to use this project instead, you get a lot of features for free.
The project has been used in production since 2018 and is still actively developed.