Basically our use case is that we want to use `Pas...
# community
y
Basically our use case is that we want to use
Passwordless
recipe and then want to issue custom claims as mentioned here https://supertokens.com/docs/passwordless/hasura-integration/with-jwt#3--add-custom-claims-to-the-jwt.
r
Hey! You can have custom claims without using jwt as well. You can add them to the access token itself and that is accessible on the frontend and backend.
y
what about using it with `Passwordless `recipe
r
yea. Passwordless uses Session recipe inside it
You have to use them together.
y
so basically my receipe list will be array then
r
Yes
n
Yep
r
Just like the docs shows it in the quick setup section
y
once
Passwordless.consumeCode
verifies the code ,
Session
receipe will take over and we can manage from there onwards
r
exactly.
2 Views