I’m starting a new project and planning to use https://github.com/neelance/graphql-go. I could not find any resource on how to authenticate using JWT. Can I use graphql for authentication also of I have to create conventional REST endpoints for /login and /signup?
1 Like
Hi @Akmittal, so far I have only found this as relevant information regarding authentication.
A starter:
An interesting conversation:
https://github.com/neelance/graphql-go/issues/111
Don’t forget to check @lpalmes answer with an example repo:
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.