feat(openid): add well-known openid config page

This commit is contained in:
Matthieu Bessat 2024-11-11 21:43:39 +01:00
parent 66b7a256cf
commit a7f6c28e0d
7 changed files with 52 additions and 1 deletions

View file

@ -1,2 +1,3 @@
pub mod oauth2;
pub mod read_user;
pub mod openid;