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.
Also need to figure out how tokens will behave in multi-tenant environment and on subdomains with possible hosting on a dedicated authentication server
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.