velho

FAQ

Common questions about OAuth support, runtime compatibility, and contributing to velho.

Does velho handle OAuth authorization code flows?

Yes. velho includes complete OAuth 2.0 support including authorization code exchange. Use the exchangeAuthorizationCode() method or the interactive velho-setup CLI tool for a seamless setup experience.

Can I use velho outside of Bun?

The toolkit targets Bun 1.3+ but allows a custom fetchFn, so you can integrate with environments like Cloudflare Workers or instrumented undici instances with minimal changes.

How do I report issues or contribute?

Open issues and pull requests on GitHub. Review the contribution guidelines in CONTRIBUTING.md before submitting changes.

On this page