Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 255 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 255 Bytes

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)