mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
feat: Add OIDC_CLIENT_SECRET and other changes for v2 (#4254)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
4f1abcf4a3
commit
5ed0ec029b
31 changed files with 530 additions and 349 deletions
|
@ -45,6 +45,10 @@ app_about_theme = "/api/app/about/theme"
|
|||
"""`/api/app/about/theme`"""
|
||||
auth_logout = "/api/auth/logout"
|
||||
"""`/api/auth/logout`"""
|
||||
auth_oauth = "/api/auth/oauth"
|
||||
"""`/api/auth/oauth`"""
|
||||
auth_oauth_callback = "/api/auth/oauth/callback"
|
||||
"""`/api/auth/oauth/callback`"""
|
||||
auth_refresh = "/api/auth/refresh"
|
||||
"""`/api/auth/refresh`"""
|
||||
auth_token = "/api/auth/token"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue