Matthew Miller
Matthew Miller
I've implemented `rest_framework_jwt` and have it working for authentication when accessing my API. However, I'm unable to refresh any tokens if it's after the token's `exp` value despite setting `JWT_REFRESH_EXPIRATION_DELTA`...
## Current Behavior [SimpleWebAuthn's](https://github.com/MasterKale/SimpleWebAuthn) Node 18 CI pipeline has been intermittently failing lately when it attempts to bootstrap the project. Sometimes the builds completely successfully, and sometimes they fail; simply...
Now that passkeys are on the horizon, I believe the current challenge for WebAuthn adoption is a dearth of decent reference implementations. Based on [posts like this on the FIDO-DEV...
I noticed the spelling of the `browserSupportsWebauthn()` method in browser. I want to update it to `browserSupportsWebAuthn()` for consistency. I'll include this as a breaking change in the next major...
SimpleWebAuthn already makes interacting with the WebAuthn library fairly painless, but can I take things one step further? The thought occurred to me that I might be able to offer...
## Proposed Change I propose adding a new API to `PublicKeyCredential` that would allow RP's to determine the feasibility of generating a backup-eligible platform authenticator credential. The majority of our...
This week at WWDC Apple demonstrated the ability of one iCloud user with a registered passkey to share that passkey with another individual on a separate iCloud account. The implications...
This sentence in the spec's abstract is now out of date with the upcoming launch of multi-device credentials across all three major platform vendors: > Conceptually, one or more [public...
Can you help me understand the overall usernameless flow across attestation and assertion, especially in the context of maintaining user privacy? The main thing I'm trying to figure out is...
Completely revamp webauthn.io, this time with Python and Duo's [py_webauthn](https://github.com/duo-labs/py_webauthn) repo. ## Features **Streamlined registration and authentication experience**  **Advanced settings with shareable...