Using MDX
Authentication
You can set authentication parameters to let users use their real API keys.
Authentication Methods
You can configure authentication either globally in mint.json
or per-page in the page metadata. Page-level settings override global settings.
To set authentication for a specific page, add authMethod: "[method]"
to the page’s front matter.
Was this page helpful?