tengen-io / server

:white_circle: Server implementation of the board game Go
MIT License
13 stars 4 forks source link

pull auth out of graphql #40

Closed eaceaser closed 5 years ago

eaceaser commented 5 years ago

Login / auth checking should be handled outside of GraphQL. This pulls that logic out into the middleware, so we don't have to verify the JWT tokens everywhere