From e24264bcc7928748dde69135a2645b8331704a7e Mon Sep 17 00:00:00 2001 From: zicklag Date: Tue, 21 May 2024 22:22:23 +0000 Subject: [PATCH] Upload files to "/" --- client-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 client-config.json diff --git a/client-config.json b/client-config.json new file mode 100644 index 0000000..0613947 --- /dev/null +++ b/client-config.json @@ -0,0 +1,5 @@ +{ + "client_id": "https://s3.revolt.spicy-lobster.katharostech.com/weird-temp/openidconnect/forgejo.json", + "redirect_uris": ["https://git.weird.one/user/oauth2/Weird/callback"], + "grant_types": ["authorization_code"] +}