mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 18:57:04 +02:00
revert(oidc): api breaking changes
This commit is contained in:
@@ -44,8 +44,8 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
OIDCAuthInitPath = "/auth/init"
|
||||
OIDCPostAuthPath = "/auth/postauth"
|
||||
OIDCAuthInitPath = "/"
|
||||
OIDCPostAuthPath = "/auth/callback"
|
||||
OIDCLogoutPath = "/auth/logout"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user