userinfo response.
1. Register your app
- Sign in at developer.meridian.surf.
- Click New application.
- Provide a name, website URL (
https://), and at least one redirect URI. - Copy the client id and client secret. The secret is shown once.
2. Add redirect URIs
Register every callback URL your app uses. URIs must usehttps:// and match exactly (path included). Wildcards are not supported.
For the hosted example app, register:
https://developer.meridian.surf/example/callback
3. Send the user to consent
Minimal scopes for a first integration:4. Handle the callback
On success Meridian redirects to:error=access_denied and error=consent_required.
5. Exchange the code
mrdn_at_…, 15 minutes). With offline_access, you also get a refresh token (mrdn_rt_…, 30 days).

