WSL/SLF GitLab Repository

Skip to content

update login flow to use CKAN passwordless_api plugin

Sam requested to merge feature/login_use_api_token into develop
  • Using httpOnly cookie with API token.
  • No references to cookie in frontend JS code.
  • API token extracted from cookie by proxy middleware and placed in Authorization headers.

Merge request reports