How-to guides¶
This section provides step-by-step guides to help you implement key features of Django OTP WebAuthn.
Here are what you will find in this section:
Learn how to subclass Django OTP WebAuthn’s built-in views to customize registration and authentication behavior. For example, adding restrictions or logging mechanisms.
Learn how to customize the behavior of WebAuthn in your Django application. For example, if you want to add additional fields to the credential model.
Learn how to create custom Django OTP WebAuthn models if the base models don’t suit your needs.
Learn how to configure WebAuthn to work across multiple domains. For example, if your main application runs on https://example.com and you have a localized version on https://example.co.uk.