Hi, are SuperToken Sessions also working with websockets? I am using FastAPI toghether with the Ariadne GraphQL library.
r
rp_st
08/15/2022, 1:10 PM
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
rp_st
08/15/2022, 1:10 PM
Hey!
rp_st
08/15/2022, 1:11 PM
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