Hi, in the context of RBAC, does the JWT payload c...
# support-questions-legacy
j
Hi, in the context of RBAC, does the JWT payload contain the aggregated permissions from the roles assigned to the user?
r
hey @jxyz
Yes. It should. If you assign the role to the user in the sign up override in override.functions config, it will.
j
Thank you very much rp