danielblagy / budget-app

0 stars 0 forks source link

implement v1/access/logout #20

Closed danielblagy closed 1 year ago

danielblagy commented 1 year ago
danielblagy commented 1 year ago

Blocked by #21

danielblagy commented 1 year ago
danielblagy commented 1 year ago

FOR QA:

  1. implement POST v1/access/logout - logs out the user
  2. fix authorization bug: the error was not propagated properly from handler.authorize convenience function
  3. implemented #23, now if token has expired, status 401 unauthorized is returned with a message token has expired: not authorized