fix: consent screen skip status should get checked after auth (#1099)

This commit is contained in:
Stavros
2026-08-30 20:09:41 +03:00
committed by GitHub
parent 4bb766997b
commit 88901d342f
6 changed files with 436 additions and 106 deletions
+5
View File
@@ -18,3 +18,8 @@ type RedirectQuery struct {
RedirectURI string `url:"redirect_uri"`
LoginFor FrontendLoginFor `url:"login_for"`
}
type SimpleResponse struct {
Status int `json:"status"`
Message string `json:"message"`
}