caddy-security
caddy-security copied to clipboard
v1.1.29 default get guest role (with users and admin)
in 1.1.27 it works as default in 1.1.29 the user (user and admin) get a second "guest" group which breaks /settings
"origin": "local", "realm": "local", "roles": [ "authp/user", "authp/guest" ], "sub": "user" }
How can I remove second authp/guest if user or admin is also in roles? br