You can generate OAuth2 or JWT tokens with Apinizer and perform security control in your API Proxies with these tokens.

Apinizer prefers generating JWT tokens through API calls rather than sharing the key value with the client.
To view the description of the JWT token acquisition and OAuth2 token acquisition panel, you can visit the Token Acquisition Methods page.
When acquiring tokens with JWT or OAuth2, if “Manage From This Policy” is selected, the CORS and XFF settings configured from the “Settings” tab of the API Proxy will be valid.However, if this option is not checked, if it is managed through “Credentials”, the CORS and XFF settings you added to the Worker in “Gateway Environments” will be valid. See.

