All Projects → auth0 → webauthn.me

auth0 / webauthn.me

Licence: MIT license
webauthn.me, learn more about the Web Authentication API or try the debugger.

Programming Languages

javascript
184084 projects - #8 most used programming language
Pug
443 projects
Less
1899 projects
HTML
75241 projects

Projects that are alternatives of or similar to webauthn.me

line-fido2-server
FIDO2(WebAuthn) server officially certified by FIDO Alliance and Relying Party examples.
Stars: ✭ 350 (+1066.67%)
Mutual labels:  passwordless, webauthn
FIDO-Server
Open-source FIDO server, featuring the FIDO2 standard.
Stars: ✭ 17 (-43.33%)
Mutual labels:  fido, webauthn
passwordless
Passwordless authentication server, supports OTP, WebAuthn, plan to implement TOTP and mobile biometric authentication
Stars: ✭ 34 (+13.33%)
Mutual labels:  passwordless, webauthn
SimpleWebAuthn
WebAuthn, Simplified. A collection of TypeScript-first libraries for simpler WebAuthn integration. Supports modern browsers and Node.
Stars: ✭ 206 (+586.67%)
Mutual labels:  fido, webauthn
webauthn-demo
WebAuthn demo with Ionic/Angular and Spring Boot
Stars: ✭ 22 (-26.67%)
Mutual labels:  passwordless, webauthn
hwsecurity
Hardware Security SDK - open source version (GPLv3). Full version can be found on https://hwsecurity.dev.
Stars: ✭ 28 (-6.67%)
Mutual labels:  fido
clarion
WebAuthn (U2F) helper for CLI operations (e.g. SSH Log in)
Stars: ✭ 78 (+160%)
Mutual labels:  webauthn
U2F Core
U2F library for .NET Core
Stars: ✭ 37 (+23.33%)
Mutual labels:  fido
magic-admin-python
Magic admin Python SDK makes it easy to leverage Decentralized ID tokens to protect routes and restricted resources for your application.
Stars: ✭ 20 (-33.33%)
Mutual labels:  passwordless
android-webauthn-authenticator
A WebAuthn Authenticator for Android leveraging hardware-backed key storage and biometric user verification.
Stars: ✭ 101 (+236.67%)
Mutual labels:  webauthn
powerauth-mobile-sdk
PowerAuth Mobile SDK for adds capability for authentication and transaction signing into the mobile apps (ios, watchos, android).
Stars: ✭ 27 (-10%)
Mutual labels:  passwordless
hms-FIDO-demo-java
HMS FIDO demo, including fido2 demo, bioauthn demo and bioauthn-androidx demo.
Stars: ✭ 17 (-43.33%)
Mutual labels:  fido
FIDO-UAF-Chinese-Document
FIDO UAF协议中文文档。包括文档翻译和知识梳理。皆为原创。
Stars: ✭ 59 (+96.67%)
Mutual labels:  fido
Passless
Passwordless Authentication Driver for Laravel. Just add water.
Stars: ✭ 44 (+46.67%)
Mutual labels:  passwordless
webauthn
Haskell implementation of the server-side verifier for Web Authentication API
Stars: ✭ 14 (-53.33%)
Mutual labels:  webauthn
CCU2F
An universal usable FIDO U2F authenticator applet for Java Cards
Stars: ✭ 32 (+6.67%)
Mutual labels:  fido
passport-magic
Magic is a Passport.js strategy that enables passwordless authentication middleware for any Express.js based application.
Stars: ✭ 35 (+16.67%)
Mutual labels:  passwordless
devicecheck-appattest
Server-side library to validate the authenticity of Apple App Attest artifacts, written in Kotlin.
Stars: ✭ 45 (+50%)
Mutual labels:  webauthn
uru-card
Arduino based firmware for FIDO2 Authenticator
Stars: ✭ 114 (+280%)
Mutual labels:  webauthn
caddy-security
🔐 Authentication, Authorization, and Accounting (AAA) App and Plugin for Caddy v2. 💎 Implements Form-Based, Basic, Local, LDAP, OpenID Connect, OAuth 2.0 (Github, Google, Facebook, Okta, etc.), SAML Authentication. MFA/2FA with App Authenticators and Yubico. 💎 Authorization with JWT/PASETO tokens. 🔐
Stars: ✭ 696 (+2220%)
Mutual labels:  webauthn

WebAuthn.me

A screenshot of webauthn.me

Web Authentication is a new standard enabling the creation and use of strong, attested, scoped, public key-based credentials by web applications, for the purpose of strongly authenticating users using hardware authenticators.

WebAuthn.me contains a visual walkthrough of each step of the process of registering new credentials and authenticating using these credentials. There's also a debugger to play around with different configurations and an introduction page with some more information.

Sponsor

auth0 logo If you want to quickly add secure token-based authentication to your projects, feel free to check Auth0's documentation and free plan at auth0.com/developers

How to build

First, install the required dependencies:

npm install

Spin up a development server:

npm run start:dev

Build the project:

npm run build

Run the tests:

npm run test

What is Auth0?

Auth0 helps you to:

  • Add authentication with multiple authentication sources, either social like Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others, or enterprise identity systems like Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider.
  • Add authentication through more traditional username/password databases.
  • Add support for linking different user accounts with the same user.
  • Support for generating signed JSON Web Tokens to call your APIs and flow the user identity securely.
  • Analytics of how, when, and where users are logging in.
  • Pull data from other sources and add it to the user profile, through JavaScript rules.

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].