openapi: 3.0.3 info: contact: email: hi@ory.sh description: | Documentation for all public and administrative Ory Kratos APIs. Public and administrative APIs are exposed on different ports. Public APIs can face the public internet without any protection while administrative APIs should never be exposed without prior authorization. To protect the administative API port you should use something like Nginx, Ory Oathkeeper, or any other technology capable of authorizing incoming requests. license: name: Apache 2.0 title: Ory Kratos API version: v0.8.0-alpha.2 servers: - url: / paths: /.well-known/ory/webauthn.js: get: description: |- 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: ```html