Bruno OAuth callback
This host forwards the Auth0 response back to the Bruno desktop app. It serves no API and stores nothing.
What it does
The Bruno collections in seenons-be-core,
seenons-be-odin and
seenons-be-invoice-renderer log in to Auth0 in your own
browser, so your password manager and your existing Google session both
work. Auth0 then redirects here, and
/oauth/callback hands the response to Bruno through its
bruno:// protocol handler.
Bruno publishes the same page at
oauth.usebruno.com. We serve our own copy so the
authorization code passes through a Seenons domain and never touches a
third-party host.
Setting it up
- Turn on Preferences → General → Use system browser for OAuth2 in Bruno.
- Send any request in the collection. Your browser opens to log in.
- Approve the login. This page appears for a moment, then Bruno takes over and stores the token.
If your browser blocks the hand-off, the callback page shows an Open Bruno button that does the same thing on one click.