https://supertokens.com/ logo
custom auth token question
d

devertry|deepsheep

04/13/2023, 8:19 AM
how can I give to the supertoken this token and add it as security in the backend like a auth token ?
r

rp

04/13/2023, 8:20 AM
hey @devertry|deepsheep can you please elaborate more? I don't think i quite understand the situation here.
d

devertry|deepsheep

04/13/2023, 8:21 AM
I have a token with uuid to the backend of aws at first
this token is part of the authorization system
it's like a custom:token in cognito
how can i do the same in supertoken ?
r

rp

04/13/2023, 8:23 AM
we issue session tokens when the user is logged in, and those are used to authorise the user for every API call
d

devertry|deepsheep

04/13/2023, 8:27 AM
and a uniq token for user like a id ?
r

rp

04/13/2023, 8:27 AM
yea