summaryrefslogtreecommitdiff
path: root/.env.example
diff options
context:
space:
mode:
authorLizzy Hunt <lizzy.hunt@usu.edu>2024-03-27 15:02:31 -0600
committerLizzy Hunt <lizzy.hunt@usu.edu>2024-03-27 15:02:31 -0600
commit0dc2679005e70c50024bc49e750f3998a0c4c24b (patch)
tree73153522195608ee2ed3bbb4c2ed3cbc621b6b07 /.env.example
parent8d65f4e23026dce5d04e9a4afaf216f0732482a6 (diff)
downloadhatecomputers.club-0dc2679005e70c50024bc49e750f3998a0c4c24b.tar.gz
hatecomputers.club-0dc2679005e70c50024bc49e750f3998a0c4c24b.zip
authentication! oauth2!
Diffstat (limited to '.env.example')
-rw-r--r--.env.example6
1 files changed, 6 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index af80e67..bef9b08 100644
--- a/.env.example
+++ b/.env.example
@@ -1,2 +1,8 @@
CLOUDFLARE_TOKEN=
CLOUDFLARE_ZONE=
+
+OAUTH_CLIENT_ID
+OAUTH_CLIENT_SECRET
+OAUTH_SCOPES=profile,openid,email
+OAUTH_AUTH_URL=https://auth.hatecomputers.club/ui/oauth2
+OAUTH_TOKEN_URL=https://auth.hatecomputers.club/oauth2/token \ No newline at end of file