feat(oauth2): get access token route and read basic user info

This commit is contained in:
Matthieu Bessat 2024-11-11 14:49:17 +01:00
parent ecf1da2978
commit f990708052
32 changed files with 465 additions and 67 deletions

View file

@ -1 +1,2 @@
pub mod verify_authorization;
pub mod oauth2;
pub mod read_user;