List of strings as Custom claim will add "backspash" in the list values

Issue #154 invalid
Former user created an issue

when I add custom claim e.g. { "alg":"HS256", "aud":["a","b"],"test":["a","b"] } it would create a token and when i verify and decode the claims, it adds backsplash in the response. {"aud": [ "a", "b" ], "test": [ "\"a\"", "\"b\"" ]}

Is there any workaround this?

Comments (2)

  1. Log in to comment