Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.
Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
Try Auth0 for Free
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
An HTTP request client that provides an axios like interface over top
gaxios is a lightweight HTTPclient for Node.js and the browser, developed by Google. It provides an efficient way to make HTTP requests with built-in support for retries, caching, and authentication.
A Node.js module for retrieving a request's IP address on the server
request-ip is a Node.js middleware and utility that retrieves the IP address of a client making a request. It works with different server frameworks like Express, Koa, and Hapi, and supports various request sources.