From 0dc2679005e70c50024bc49e750f3998a0c4c24b Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Wed, 27 Mar 2024 15:02:31 -0600 Subject: authentication! oauth2! --- .env.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.env.example') 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 -- cgit v1.2.3-70-g09d2