Replies: 1 comment 1 reply
-
Per the API doco you linked: Sign-in tokens are designed to be consumed by the front-end only to initiate a session. They are not a replacement for the JWT generated from Clerk uses low expiry on the JWTs intentionally as it protects against the token being accidentally leaked and reused. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use Clerk's sign-in token to access the .Net minimal api. Using the regular user token {await getToken()} is fine. But generating token via
https://api.clerk.com/v1/sign_in_tokens
is not accepted (401 error) when accesing the .Net api.I hope you'd consider support for sign-in token as I can set a longer expiry (like 30 days) of the token.
https://clerk.com/docs/reference/backend-api/tag/Sign-in-Tokens
Beta Was this translation helpful? Give feedback.
All reactions