Back to home
OR DEPLOY YOUR OWN
Run Aveloxis locally and skip OAuth entirely. Self-hosted instances bind to localhost:8082 after aveloxis start all. See the Web GUI guide for OAuth app configuration.
Developer fallback: paste an API token

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.