o2web / graphql-auth

GraphQL authentication with JWT
MIT License
26 stars 27 forks source link

Sign Out needed? #30

Open simonfranzen opened 4 years ago

simonfranzen commented 4 years ago

I wondered why there is no sign out mutation. The client could "forget" the token in the frontend to sign out, but with a explicit logout mutation we could invalidate the token in the database.

hassanrbh commented 2 years ago

33