auth-jwt
JWT authentication for securing GraphQL resolvers.
graphql adds a gqlgen-powered GraphQL API to your Go service, including schema, resolvers, and a development playground.
Use graphql for client-facing APIs where clients need flexible querying — common in mobile apps and complex frontends where over-fetching from REST would be costly.
Suggests: auth-jwt, observability, health, docker
verikt new my-service --language go --cap graphql# or add to an existing service:verikt add graphqlauth-jwt
observability
docker