https://github.com/scottbenton/auth-api
API for scottbenton.dev auth
https://github.com/scottbenton/auth-api
Last synced: about 2 months ago
JSON representation
API for scottbenton.dev auth
- Host: GitHub
- URL: https://github.com/scottbenton/auth-api
- Owner: scottbenton
- Created: 2024-01-23T02:38:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T02:44:10.000Z (over 1 year ago)
- Last Synced: 2024-02-14T04:24:19.398Z (over 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
Run `go run .` to start the app in development
## Environment Variables
For local development, create a `.env` file.
```
SUPERTOKENS_CONNECTION_URI=
SUPERTOKENS_API_KEY=AUTH_API_DOMAIN=
AUTH_UI_DOMAIN=AUTH_UI_PATH=/
GOOGLE_OAUTH_CLIENT_ID=
GOOGLE_OAUTH_CLIENT_SECRET=GITHUB_OAUTH_CLIENT_ID=
GITHUB_OAUTH_CLIENT_SECRET=DISCORD_OAUTH_CLIENT_ID=
DISCORD_OAUTH_CLIENT_SECRET=
```