Skip to content
Snippets Groups Projects
  1. Mar 26, 2024
  2. Mar 08, 2024
  3. Feb 14, 2024
  4. Feb 13, 2024
  5. Feb 09, 2024
  6. Nov 01, 2023
  7. Oct 21, 2023
  8. Oct 13, 2023
  9. Jun 15, 2023
  10. Jun 08, 2023
  11. Apr 06, 2023
  12. Apr 05, 2023
  13. Feb 28, 2023
    • Konrad Mohrfeldt's avatar
      refactor: re-implement auth store with pinia · 439b36dc
      Konrad Mohrfeldt authored
      This re-implements the auth store with pinia.
      
      Other notable changes:
      * the OIDC client configuration and setup is now part of
        separate module that can be included by the OIDC callback routes
        and ensures that we always use the same OIDC client configuration.
      * Authorization headers for the steering and tank REST APIs are now
        set with an axios interceptor instead of specifying them for each
        API store action.
      
      refs #127
      439b36dc
Loading