Skip to content

Add reactive authentication to SPA

Patrick Benter requested to merge reactive-auth into main
  • Add authentication header middleware to API responses
  • Add userStore to SPA to track current authentication status and provide reactive authentication status property
  • Add axios middleware to update current authentication status based on API response header

Merge request reports