Hello everybody, Has anybody got a good resource about how to leverage sidebase's nuxt-auth library, using a local provider, with GraphQL? I'm moving to GraphQL but I also really like sidebase's middlewares for page protection and tools. My auth backend uses GraphQL and provides a typical single endpoint:
/graphql
/graphql
and fields for getting token, refresh token and session. From what I gather, what I would need to do is adapt the endpoints part of the configuration: https://auth.sidebase.io/guide/local/quick-start#using-an-external-backend But I really don't know how, or if it's doable at all. What's a reliable way to achieve this?