Auto-populate API keys
Auto-populate API keys
Make integrating with your API frictionless by adding your login flow to the API Explorer.
Auto-populate API keys
This feature is available on the Pro plan. Contact us to learn more.
Fern can integrate with your authentication flow, allowing users to login and have their API key automatically populated with the click of a button.
With this feature, you can create new users of your API directly from within your documentation.
To enable this feature, you need to configure authentication so that Fern can securely retrieve API keys for your users. The process works as follows:
fern_token in the user’s browser.The JWT should have a structure similar to:
fern_token cookie when a user logs infern_token cookie, see our demo implementation here.