I'm currently using Hasura and Magic Link to basic...
# general
d
I'm currently using Hasura and Magic Link to basically authenticate users and save their issuer and information with sessions in the server as a cookie session JWT. How easy would it be to migrate to supertokens?
r
We have migration docs for magic links + guides to integrate with hasura + using cookies based sessions + creating a JWT. Seems like exactly what you need
d
Great
my goal is to be able to rewrite as little of my backend session management code as possible
I'll check out the migration later tonight
r
Oh I see. If you want to use our session management, you will have to remove your backend seesion managent code and use ours instead.
But you can also use us without session management (and just for magic links) and continue to use your sessions management
d
So I can't use my own backend session manager?
My backend is written in fastify using
fastify-session
,
jsonwebtoken
, and remix frameworks' built in session manager
r
You can use your own session.