Start to implement OpenID authentication

This commit is contained in:
2024-04-25 19:25:08 +02:00
parent 48f24e6ca1
commit d8946eb462
12 changed files with 427 additions and 6 deletions

@ -0,0 +1,5 @@
pub const ROUTES_WITHOUT_AUTH: [&str; 3] = [
"/api/server/config",
"/api/auth/start_oidc",
"/api/auth/finish_oidc",
];