Skip to content
Snippets Groups Projects
Commit a9a2d274 authored by Alexander Kohler's avatar Alexander Kohler
Browse files

test

parent fa670db4
No related branches found
No related tags found
3 merge requests!4merge dev to main,!3merge for implement frontend with backend,!2git commit -m "Fix critical template rendering errors in project management pages
...@@ -31,4 +31,4 @@ files/**/* ...@@ -31,4 +31,4 @@ files/**/*
.idea .idea
.DS_Store .DS_Store
config/auth.toml
enable_oauth2 = true
[provider.github]
enabled = true
name = "github"
display_name = "GitHub"
authorize_uri = "https://github.com/login/oauth/authorize"
access_token_uri = "https://github.com/login/oauth/access_token"
userinfo_uri = "https://api.github.com/user"
client_id = "Ov23liDARHzTNU4Ol0yI"
client_secret = "f339af58456bb9f1874245f98027e45458489a69"
scopes = ["read:user", "user:email"]
[provider.google]
enabled = false
name = "google"
display_name = "Google"
authorize_uri = "https://accounts.google.com/o/oauth2/v2/auth"
access_token_uri = "https://oauth2.googleapis.com/token"
userinfo_uri = "https://openidconnect.googleapis.com/v1/userinfo"
client_id = "[client_id]"
client_secret = "[client_secret]"
scopes = ["openid", "email", "profile"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment