An open API service indexing awesome lists of open source software.

https://github.com/rickh94/flask-webauthn-demo

Demonstration of using Flask, Webauthn, and Htmx to authenticate users painlessly without passwords
https://github.com/rickh94/flask-webauthn-demo

authentication backend fido2 flask html htmx javascript passkey python webauthn

Last synced: 2 months ago
JSON representation

Demonstration of using Flask, Webauthn, and Htmx to authenticate users painlessly without passwords

Awesome Lists containing this project

README

          

# Flask WebAuthn Demo

[Live Demo](https://flask-webauthn.rickhenry.dev)

This is my demo application showing how I used
[Flask](https://flask.palletsprojects.com/en/2.1.x/) and
[WebAuthn](https://webauthn.guide) to create a fully passwordless login
flow. I wrote a [series of blog posts](https://rickhenry.dev/blog/posts/flask-webauthn-demo-1)
about building it. [Try out](https://flask-webauthn.rickhenry.dev) the
live demo.

## Different from blog
This branch does not exactly match the source from the end of my blog series. The changes
are mostly CSS and adapting it to be deployed to my [dokku](https://dokku.com) server.
For the exact version [checkout this branch](https://github.com/rickh94/flask-webauthn-demo/tree/part-7-notifications).