Andrés Montoya
Andrés Montoya
Hey! I'm curious if you can help making an example with Passport, maybe [this](https://github.com/hasura/graphql-engine/tree/master/community/boilerplates/auth-servers/passportjs-jwt-roles) can help you. It's an example from the Hasura community that uses passport for authentication, I...
Hello, This project looks pretty great! Thank you for sharing it! My question is, how can I use the API made with a react native app? Knowing that this one...
I'm just trying to log in as a normal user, but I have this error: `Error: Authentication credentials invalid`. I'm following the [server.js](https://github.com/nodemailer/smtp-server/blob/master/examples/server.js) example In the client, when an user...
### Bug description I tried to create two indexes using the following command: `npx prisma migrate dev --create-only --name add_vector_indexes` And adding the sql: ``` CREATE INDEX IF NOT EXISTS...