Metadata-Version: 2.1
Name: django-security-keys
Version: 1.0.0
Summary: Django webauthn security key integration
Home-page: https://github.com/fullctl/django-security-keys
License: Apache-2
Author: 20C
Author-email: code@20c.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Requires-Dist: django-two-factor-auth (>=1.13.1,<2.0.0)
Requires-Dist: webauthn (>=1,<2)
Project-URL: Repository, https://github.com/fullctl/django-security-keys
Description-Content-Type: text/markdown


# django-security-keys

[![PyPI](https://img.shields.io/pypi/v/django-security-keys.svg?maxAge=60)](https://pypi.python.org/pypi/django-security-keys)
[![PyPI](https://img.shields.io/pypi/pyversions/django-security-keys.svg?maxAge=600)](https://pypi.python.org/pypi/django-security-keys)
[![Tests](https://github.com/20c/django-security-keys/workflows/tests/badge.svg)](https://github.com/20c/django-security-keys)
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/github/20c/django-security-keys)](https://lgtm.com/projects/g/20c/django-security-keys/alerts/)
[![Codecov](https://img.shields.io/codecov/c/github/20c/django-security-keys/master.svg)](https://codecov.io/github/20c/django-security-keys)

Django webauthn security key support

Allows using webauthn for passwordless login and two-factor authentication.

2FA integration requires django-two-factor-auth and is handled by extending a custom django-otp device.

## Changes

The current change log is available at <https://github.com/20c/django-security-keys/blob/master/CHANGELOG.md>

## License

Copyright 2021 20C, LLC

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

