Initial OAuth Draft

This commit is contained in:
2022-09-14 15:56:59 +01:00
parent 03bbf440c7
commit 5244119ffe
7 changed files with 148 additions and 1 deletions

View File

@@ -5,4 +5,10 @@ auth_token = "YOURAUTHTOKEN"
[hcaptcha]
site_key = "YOURSITEKEY"
secret_key = "YOURSECRETKEY"
secret_key = "YOURSECRETKEY"
[oauth]
client_id = "YOURCLIENTID"
client_secret = "YOURCLIENTSECRET"
redirect_url = "YOURREDIRECTURL"
auth_url = "YOURAUTHURL"