Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 566 Bytes

ExactAuth

ExactOnline OAuth2 authorization server. Authenticates users using MrFriendly MrAuth server

Running locally

Exact Online requires the redirect URI for OAuth2 to be HTTPS. See more

Environmental variables

The following environmental variables must be set to run this server

# MySQL credentials
MYSQL_HOST=
MYSQL_USER=
MYSQL_PASSWORD=
MYSQL_DB=
# Exact OAuth2 credentials
EXACT_CLIENT_ID=
EXACT_CLIENT_SECRET=
REDIRECT_URI=
# MrAuth server URL. Should *not* end with a '/'
MRAUTH_URL=