Sign-in uses your GitHub or GitLab account via the Aveloxis server's OAuth flow — these buttons hand off to the server's /auth/github and /auth/gitlab routes, which run the OAuth exchange and establish your session.
Switching accounts? Sign out of Aveloxis first (avatar menu), and note that GitHub/GitLab re-authenticate silently while their own session is active — to switch provider accounts, sign out there too.
localhost:8082 after aveloxis start all. See the Web GUI guide for OAuth app configuration.
Development fallback. The primary flow is OAuth → /auth/token above. This stores a pasted token in localStorage (key aveloxis_token, no expiry) so the API wrapper attaches Authorization: Bearer … to every request. Do not use this on shared machines.