Contract addresses
On mainnet,
auth0.jwt.fast-auth.near is also the Auth0 signing audience — every JWT the guard verifies must list it in the aud claim. See the Auth0 concept for details.Network information
When you construct a client, point
near-api-js at the mainnet RPC and pass the mainnet account ids:
main.ts
Next steps
Apply for mainnet access
Get whitelisted to authenticate real users in production.
Testnet contracts
The open deployment for building and testing without approval.
Network configuration
RPC URLs, chain ids, and explorers side by side.