Save Passkey Settings
Saves the project's passkey authentication settings.
JWT Bearer Authorization
The CodeMash API version used to fetch data from the API. If not specified, the last version will be used. E.g.: v3
Saves the project's passkey authentication settings.
Whether the email + passkey sign-in flow is enabled for the project.
Email verification code lifetime, in minutes. Allowed range: 3-15.
Maximum passkeys a single user may register. Allowed range: 1-20.
Number of recovery codes generated at signup. Allowed range: 5-20.
Whether recovery codes are generated automatically at signup.
Accepted authenticator types: 'Any', 'Platform', or 'CrossPlatform'.
Per-project opt-in for magic-link account recovery (off by default).
Absolute refresh-token lifetime, in days. Allowed range: 7-90.
Optional explicit WebAuthn RP-ID β a bare DNS host (e.g. 'app.example.com', no scheme/port/path). Leave null/empty to derive it from the project's CORS origins. WARNING: changing this value invalidates every existing passkey on the project β set it once before going live and avoid changing it afterward.
ID of your project. Can be passed in a header as norbix-project-id.
Target environment for this request (e.g. TEST, STAGING). Optional β when omitted the request runs against PROD. Can be passed in a header as norbix-env.
Specify culture code when your response from the API should be localised. E.g.: en
TimeZone
CorrelationId for each request
OK
OK
In the dashboard
Use it from code
Last updated