kamu-data / kamu-node

Back-end implementation of the Open Data Fabric protocol
https://kamu.dev
Other
13 stars 2 forks source link

Auth middleware crashes on invalid tokens #115

Closed sergiimk closed 3 months ago

sergiimk commented 3 months ago

Steps to reproduce:

  1. kamu login https://node.demo.kamu.dev --access-token x
  2. kamu login --check https://node.demo.kamu.dev

Current behavior:

Expectations:

sergiimk commented 3 months ago

Was fixed in https://github.com/kamu-data/kamu-cli/pull/779 but didn't auto-close