validate bearer tokens against authnid

This commit is contained in:
dandds
2018-06-12 13:09:04 -04:00
parent 7e689dd120
commit 234bbcea0f
5 changed files with 63 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
[default]
PORT=8000
ENVIRONMENT = dev
DEBUG = true
AUTHZ_BASE_URL = http://localhost
PORT = 8000
AUTHNID_BASE_URL= http://localhost
COOKIE_SECRET = some-secret-please-replace