Add OAuth2 token flow to API

This commit is contained in:
Ske
2019-03-11 21:53:08 +01:00
parent 47187138b6
commit aeac3c4b10
3 changed files with 38 additions and 2 deletions

View File

@@ -24,6 +24,9 @@ services:
- "2939:8080"
environment:
- "DATABASE_URI=postgres://postgres:postgres@db:5432/postgres"
- "CLIENT_ID"
- "CLIENT_SECRET"
- "REDIRECT_URI"
db:
image: postgres:alpine
volumes: