I use the CredentialsAuthProvider and JwtAuthProvider (myGet SS 5.0).
Within the UserAuth Table, the user has two roles “A” and “B”. At the client side, I decode the JWT and update the UI according to the user roles. The JWT array field “roles” contains the roles but they are duplicated: “A,B,A,B”.
I didn’t touch the SS default handling. Any ideas where to track down the duplication?