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

@@ -5,5 +5,6 @@ import "net/http"
type Provider interface {
CheckToken(r *http.Request) error
LoginHandler(w http.ResponseWriter, r *http.Request)
PostAuthCallbackHandler(w http.ResponseWriter, r *http.Request)
LogoutHandler(w http.ResponseWriter, r *http.Request)
}