Secure & control

Social login in a click

Turn on OAuth with GitHub, Google, Microsoft, Facebook or Auth0 — APIblaze hosts the login, verifies tokens with the provider, and never stores them.

  • GitHub, Google, Microsoft, Facebook, Auth0
  • Managed GitHub works with zero setup
  • Tokens verified with the provider, never stored
  • Choose client- vs server-side token types
curl — create with login providers
curl -sX POST https://api.apiblaze.com/proxy \
  -H 'content-type: application/json' \
  -d '{
  "target": "https://api.example.com",
  "login": {
    "providers": [
      { "type": "github", "managed": true },
      { "type": "google", "client_id": "…",
        "client_secret": "…", "token_type": "apiblaze" }
    ]
  }
}'

Login, handled

Five providers

Major social and enterprise IdPs, plus any custom OIDC.

Zero token storage

Every token is verified live — nothing sensitive is cached.

Token routing

Pick which token the browser gets and which reaches your API.

Try it in 30 seconds

No signup required. Claim it to your account whenever you’re ready.