HydreIO / auth

A light graphql authentication server built on RedisGraph (Kubernetes ready)
The Unlicense
3 stars 2 forks source link

Auth/dgraph doesn't delete sessions on logout #4

Closed Sceat closed 4 years ago

Sceat commented 4 years ago

A session is created on login, but is created again after logout -> login, the correct way should be to delete on logout but we also have to make sure a double login doesn't duplicate session (which partly works)