ReferenceAPIsOry Identities APIfrontend
Get WebAuthn JavaScript
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
GET /.well-known/ory/webauthn.js
This endpoint provides JavaScript which is needed in order to perform WebAuthn login and registration.
If you are building a JavaScript Browser App (e.g. in ReactJS or AngularJS) you will need to load this file:
<script src="https://public-kratos.example.org/.well-known/ory/webauthn.js" type="script" async />More information can be found at Ory Kratos User Login and User Registration Documentation.
Operation ID: getWebAuthnJavaScript Tag: frontend
Responses
| Status | Description | Body |
|---|---|---|
| 200 | webAuthnJavaScript | application/json, string |
Generated from /tmp/kratos-api.json at build time.