Hi, did anyone manage to secure command line appli...
# general
a
Hi, did anyone manage to secure command line applications using SSO with Supertokens ?
r
Hey @Alex1s
We have a demo app for this
Maybe this will help.
a
Thank you very much, I'll try it out
r
It’s not exactly what you asked here, but it’s good enough to give you an idea
a
How can I send authenticated requests to the backend from the CLI onced I've got the JWT ?
r
Use the JWT in your requests
And verify it on the backend using a JWT lib
a
It would be great if the jwt verification could be handled by the sdk in the future
i find it's a pain to configure it with other existing patterns
r
We are planning on that too - very soon.
Where you can use the verifySession / getSession for JWT verification as well.
a
Nice
15 Views