Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency django-otp-webauthn to v0.4.0 #2755

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
django-otp-webauthn (changelog) ==0.3.0 -> ==0.4.0 age adoption passing confidence

Release Notes

Stormbase/django-otp-webauthn (django-otp-webauthn)

v0.4.0

Compare Source

Added
  • An extra system check was added to prevent misconfiguration of OTP_WEBAUTHN_SUPPORTED_COSE_ALGORITHMS (#​27 by Stormheg)
Fixed
  • Explicitly define AllowAny permission class for API views (#​19 by nijel)
  • Make WebAuthnCredentialManager inherit from DeviceManager (#​23 by nijel)
  • Clarify username_field_selector example in README (#​20 by nijel)
  • Clarify custom credential model usage instructions (#​26 by jmichalicek)
  • Avoid logging None as exception in the py_webauthn exception rewriter (#​28 by nijel)
  • A crash during Passkey registration was fixed when custom list of supported algorithms was used (#​27 by Stormheg)
  • You can now call as_credential_descriptors on a queryset of WebAuthnCredential objects (#​27 by Stormheg)
Changed
  • The custom __str__ representation for WebAuthnCredential is removed because displaying a AAGUID is not a friendly representation. It now defaults back to the django-otp default: name + (username)(#​27 by Stormheg)

  • The default ModelAdmin for WebAuthnCredential credential is no longer automatically registered. (#​27 by Stormheg)

    • You can instead register it manually in your admin.py file

admin.py

from django.contrib import admin
from django_otp_webauthn.admin import WebAuthnCredentialAdmin
from django_otp_webauthn.models import WebAuthnCredential

admin.site.register(WebAuthnCredential, WebAuthnCredentialAdmin)
```

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Third-party library dependencies. label Oct 27, 2024
@renovate renovate bot enabled auto-merge (rebase) October 27, 2024 18:49
@renovate renovate bot force-pushed the renovate/django-otp-webauthn-0.x branch 11 times, most recently from 9de6f0b to 98fd839 Compare November 1, 2024 04:45
@renovate renovate bot force-pushed the renovate/django-otp-webauthn-0.x branch from 98fd839 to 8379a74 Compare November 1, 2024 14:05
@nijel nijel disabled auto-merge November 1, 2024 15:30
@nijel nijel merged commit 2a4f051 into main Nov 1, 2024
31 of 34 checks passed
@nijel nijel deleted the renovate/django-otp-webauthn-0.x branch November 1, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Third-party library dependencies.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant