codazen / react-relay-graphql-starter-kit

A full-stack starter kit for Relay web applications.
MIT License
18 stars 1 forks source link

Improve GraphQL login system #15

Open munetake opened 7 years ago

munetake commented 7 years ago

On the graphql-login branch, a base level login system with authentication and authorization via jwt and middleware is implemented. This can be improved by integrating additional libraries such as passport to enable sign on using external tokens such as Facebook and Google. The additions of sessions could also be added.

munetake commented 7 years ago

Also need to figure out how tokens will behave in multi-tenant environment and on subdomains with possible hosting on a dedicated authentication server