feat: jwt cookie auth #78

Merged
mcataford merged 3 commits from feat/jwt-cookie-auth into main 2023-12-28 19:14:45 +00:00
mcataford commented 2023-12-28 19:12:49 +00:00 (Migrated from github.com)

This closes the loop on basic JWT+cookie authentication and ties in the login flow as well as the API auth checks.

Test coverage is also improved along the way, notably around JWT handling.

QA

  • ✔️ Logged in, verified that the JWT cookie is attached to the response;
  • ✔️ Went to the file list view, verified that the JWT is sent with API fetches and that requests succeed.
This closes the loop on basic JWT+cookie authentication and ties in the login flow as well as the API auth checks. Test coverage is also improved along the way, notably around JWT handling. ## QA - :heavy_check_mark: Logged in, verified that the JWT cookie is attached to the response; - :heavy_check_mark: Went to the file list view, verified that the JWT is sent with API fetches and that requests succeed.
This repo is archived. You cannot comment on pull requests.
No description provided.