Init Discord OAuth2

This commit is contained in:
Arthur Puechberty
2026-01-14 23:58:42 +01:00
commit b18657e01c
7 changed files with 1288 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Connexion Discord</title>
</head>
<body>
<h1>Bienvenue !</h1>
<a href="/auth/discord">
<button>Se connecter avec Discord</button>
</a>
</body>
</html>