added discord oauth2 to get basic user info to complete profile when registering

This commit is contained in:
cedrick2711
2026-08-04 12:25:03 -04:00
parent 10af8c0d22
commit 47d5ec47e7
5 changed files with 414 additions and 71 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ def create_app():
"script-src 'self' 'unsafe-inline' https://cdn.jsdelivr.net; "
"style-src 'self' 'unsafe-inline' https://cdnjs.cloudflare.com https://cdn.jsdelivr.net; "
"font-src 'self' https://cdnjs.cloudflare.com; "
"img-src 'self' data:; "
"img-src 'self' data: https://cdn.discordapp.com; "
"connect-src 'self'; "
"frame-ancestors 'none'; "
"base-uri 'self'; "