An open API service indexing awesome lists of open source software.

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

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)