maxdobeck / gatekeeper

API that performs user authentication and authorization as well as process business logic.
0 stars 0 forks source link

Log Out Should Invalidate the token #40

Closed maxdobeck closed 6 years ago

maxdobeck commented 6 years ago

Logout should destroy the session or stop the cookie from being valid.

maxdobeck commented 6 years ago

This has been fixed in the add-schedules branch of all places. Had to put the fix here so we can check that the client really is the owner of a resource.