enhancement: finalize backchannel logout

This commit is contained in:
Florian Schade
2026-02-25 14:02:09 +01:00
committed by Christian Richter
parent 6a0fd89475
commit f6553498f6
7 changed files with 431 additions and 94 deletions
@@ -45,6 +45,8 @@ func DefaultConfig() *config.Config {
AccessTokenVerifyMethod: config.AccessTokenVerificationJWT,
SkipUserInfo: false,
UserinfoCache: &config.Cache{
// toDo:
// check if "memory" is the right default or if "nats-js-kv" is a better match
Store: "memory",
Nodes: []string{"127.0.0.1:9233"},
Database: "cache-userinfo",