I have a quastion. How to refresh session in nest....
# support-questions-legacy
r
I have a quastion. How to refresh session in nest.js, when using session recipe and graphql. I now there is supertokens middlerare that exposes
/session/refresh
and
/signout
api endpoins. Is there a way to implement that logic in graphql resolver and disable those api endpoints?
3 Views