Use of Example project
- Create virtual env
- Activate env
- Install requirements
- cd to example project
- Run migrations
- Create superuser
- Start the server
- Open
http://localhost:8000/in your browser
Important: Use localhost not 127.0.0.1 — WebAuthn requires the domain to match FIDO_SERVER_ID in settings.
Notes for SSL
For passkeys in production, you need to use HTTPS. After the above steps are done:
- Stop the server
- Install SSL requirements
- Start the SSL server