Token Based Authentication

Learn how to enable token based authentication for your IronForge RPC endpoints.


Token based authentication enables you to restrict access to your RPC endpoints to authenticated requests. This ensures that only your application or approved third-party services can interact with your endpoints.

Important Considerations:

  • Requests lacking an x-ironforge-auth-token header will be denied if token authentication is enabled.