← all adapters

aws-cognito-style

simulates Amazon Cognito Identity Provider API 2016-04-18

restadapter v0.1.06 routes

use it

# add to stunt.yaml
services:
  aws-cognito:
    adapter: embedded:aws-cognito-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

userstokensoauth_codes

routes (6)

GET/oauth2/authorize
POST/oauth2/token
GET/oauth2/userInfo
GET/login
GET/logout
POST/