mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Developers can go to /sso/login to get redirected to the SSO. On successful login, the ID token is displayed. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
5 lines
97 B
Python
5 lines
97 B
Python
"""
|
|
API routers for FastAPI.
|
|
|
|
See https://fastapi.tiangolo.com/tutorial/bigger-applications/
|
|
"""
|