generated from Firehed/php-library-template
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Eric Stern edited this page Nov 27, 2023
·
4 revisions
Welcome to the webauthn-php wiki!
Useful resources and references:
- https://github.com/w3c/webauthn Evolving spec
- https://www.w3.org/TR/webauthn-3 Latest spec
- https://github.com/passkeydeveloper/passkey-authenticator-aaguids: Passkey AAGUID information (community list)
- https://github.com/w3c/webauthn/issues/1633 Some test vectors (unofficial)
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API MDN
- https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API/WebAuthn_extensions MDN - extensions
- https://passkeys.dev/docs/tools-libraries/libraries/ other implementations
- https://developers.google.com/identity/passkeys/developer-guide Google implementation guide
- https://developer.apple.com/documentation/authenticationservices/public-private_key_authentication/supporting_passkeys/ Apple implementation guide (Swift)
- https://github.com/github/webauthn-json JS Wrapper helping toJSON formats
- https://github.github.com/webauthn-json/demo/ demo of above
- https://developer.android.com/privacy-and-security/safetynet/attestation#use-response-server Android SafetyNet info
- https://webauthn.me/debugger Flow/format debugger
- https://github.com/publicsuffix/list/wiki/Format#formal-algorithm Public Suffix List (for rpId references)