revert(oidc): api breaking changes

This commit is contained in:
yusing
2025-04-25 11:10:21 +08:00
parent e107f8d476
commit af8d2c74f6
4 changed files with 9 additions and 8 deletions

View File

@@ -44,8 +44,8 @@ const (
)
const (
OIDCAuthInitPath = "/auth/init"
OIDCPostAuthPath = "/auth/postauth"
OIDCAuthInitPath = "/"
OIDCPostAuthPath = "/auth/callback"
OIDCLogoutPath = "/auth/logout"
)