chore: house cleaning of the caos name and update sec
This commit is contained in:
parent
01021e71a0
commit
8a8f3b14a5
4 changed files with 7 additions and 6 deletions
|
@ -62,7 +62,7 @@ func main() {
|
|||
|
||||
// protected url which needs an active token and checks if the response of the introspect endpoint
|
||||
// contains a requested claim with the required (string) value
|
||||
// e.g. /protected/username/livio@caos.ch
|
||||
// e.g. /protected/username/livio@zitadel.example
|
||||
router.HandleFunc(protectedClaimURL, func(w http.ResponseWriter, r *http.Request) {
|
||||
ok, token := checkToken(w, r)
|
||||
if !ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue