romshark / dgraph_graphql_go

A GraphQL + Dgraph + Go + HTTP based backend service demo.
MIT License
50 stars 15 forks source link

Authentication: SignIn #5

Closed romshark closed 5 years ago

romshark commented 5 years ago

Implement an email+password session-based authentication method. Implement an enablable root user with different permission modes (read-only | rw) for testing and beta-mode. The root user must be disabled in production!