Releases: Stormbase/django-otp-webauthn
Releases · Stormbase/django-otp-webauthn
v0.4.0
What's Changed
- Define permission class for API views by @nijel in #19
- Bump webpack from 5.91.0 to 5.94.0 in /client by @dependabot in #24
- Bump micromatch from 4.0.5 to 4.0.8 in /client by @dependabot in #25
- Make WebAuthnCredentialManager inherit from DeviceManager by @nijel in #23
- Clarify and fix username_field_selector example by @nijel in #20
- Clarify custom credential model usage by @jmichalicek in #26
- fix(utils): avoid logging None as exception by @nijel in #28
- Setup basic test suite by @Stormheg in #27
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fix regression in 0.2.0, rework logic for clarity by @Stormheg in #12
- Pass CSRF token directly as configuration, don't rely on presence of cookie or hidden input by @nijel in #15
- Change
credential_id_sha256
data type for MySQL compatibility by @Stormheg in #18
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Add django authentication backend and resolve http 500 error logging in when multiple authentication backends are enabled. by @jmichalicek in #8
- Updated the type definitions specifying AbstractUser to instead use AbstractBaseUser by @jmichalicek in #9
Full Changelog: v0.1.3...v0.2.0
v0.1.3
New Contributors
- @jmichalicek made their first contribution in #6
- @dependabot made their first contribution in #4
Full Changelog: v0.1.2...v0.1.3