https://github.com/dimensionsoftware/konfederation
generalized authentication for koa
https://github.com/dimensionsoftware/konfederation
authentication koajs passportjs
Last synced: 4 months ago
JSON representation
generalized authentication for koa
- Host: GitHub
- URL: https://github.com/dimensionsoftware/konfederation
- Owner: DimensionSoftware
- Created: 2017-02-06T07:41:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T23:53:22.000Z (over 8 years ago)
- Last Synced: 2025-10-14T04:14:06.140Z (4 months ago)
- Topics: authentication, koajs, passportjs
- Language: JavaScript
- Size: 43 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# konfederation
A mountable koa app for authentication
## Usage
## HTTP API
### POST /login
### GET /logout
### POST /register
### POST /forgot-password
## The User Storage API
### find(username, password)
### create(username, password, extra)