Skip to content

fix(server): send 401 on all routes if user not in database

Sebastian K requested to merge fix/unauthorize-deleted-users into milestone-1.35

closes #253

  • Invalidating the token seems complicated at first look.
  • Added 401 in case the user cannot be found in the database into middleware that should apply to all routes
Edited by Sebastian K

Merge request reports