caddy-security icon indicating copy to clipboard operation
caddy-security copied to clipboard

v1.1.29 default get guest role (with users and admin)

Open PaddyPat opened this issue 1 year ago • 0 comments

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

PaddyPat avatar Aug 19 '24 20:08 PaddyPat