reactql / example-auth

User auth, session & JWT example for ReactQL
48 stars 17 forks source link

Logout missing #8

Closed igo closed 6 years ago

igo commented 6 years ago

Could you please include logout in example?

leebenson commented 6 years ago

This isn't a complete implementation of user flow; it's just a demo of one possible route. Everything else, including logout, is left as an exercise to the user.