Metadata-Version: 2.1
Name: console-webauthn
Version: 1.2.6
Summary: A lightweight library for adding WebAuthn support to Compass Consoles.
Home-page: https://code.compassfoundation.io/clavis/console-webauthn
Author: Dave Burkholder
Author-email: dave@compassfoundation.io
License: UNKNOWN
Keywords: console-webauthn
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# WebAuthn for Compass Consoles

## Installation

### App installation
1. Add `console_webauthn` to installed apps and run migrations
2. Create templates for and WebAuthnRegister and WebAuthnLogin views that include `snippets/webauthn_register.jinja2` and `snippets/webauthn_login.jinja2` snippets.

### Assets Installation
1. Add javascript files in `static/js` to static assets bundle
1. Add [SimpleWebAuthn Browser](https://github.com/MasterKale/SimpleWebAuthn/tree/master/packages/browser) to static assets


