Hi, are SuperToken Sessions also working with webs...
# support-questions-legacy
l
Hi, are SuperToken Sessions also working with websockets? I am using FastAPI toghether with the Ariadne GraphQL library.
r
Hey! It does work with web sockets. But you can initiate a web socket connection using supertokens session and then also generate your own JWT which you can use to authenticate web socket connections. The session recipe should have a createJwt function
Hey!
It doesn’t work with websockets. But you can create your own JWT which you can use to auth web sockets. The session recipe should have a createJwt function
l
Thanks. I will try it out.