#
passwordless
Here are 91 public repositories matching this topic...
Passwordless Auth for Django REST Framework
-
Updated
Sep 22, 2020 - Python
abergs
commented
Aug 12, 2018
To help debugging/reporting
WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
ruby
two-factor-authentication
passwordless
passwordless-login
relying-party
webauthn
fido2
web-authentication
webauthn-library
webauthn-ruby
webauthn-server
-
Updated
Sep 26, 2020 - Ruby
-
Updated
Sep 12, 2019 - TypeScript
Go package for easy WebAuthn integration
-
Updated
Apr 7, 2020 - Go
WordPress Plugin for Auth0
-
Updated
Sep 24, 2020 - PHP
Magic browser/React Native JavaScript SDK is your entry-point to integrating passwordless authentication inside your application.
-
Updated
Sep 26, 2020 - TypeScript
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.
-
Updated
Mar 3, 2020
Passwordless Authentication Driver for Laravel. Just add water.
-
Updated
Mar 6, 2020 - PHP
Enable your users to sign-up/sign-in with SMS via this AWS Lambda powered Component
aws
aws-lambda
microservice
serverless
passwordless
passwordless-authentication
serverless-components
-
Updated
Jun 7, 2019 - JavaScript
Passwordless Authentication with Flutter
-
Updated
Aug 31, 2019 - Dart
Passwordless Authentication Wallet (PAW) is key-based authentication for the web. The library helps manage identities, their associated public/private keypairs, and signing operations in the browser.
security
cryptography
authentication
passwordless
public-key-cryptography
public-key-authentication
passwordless-login
passwordless-authentication
-
Updated
Nov 13, 2019 - JavaScript
-
Updated
Feb 28, 2019 - Go
Node - Express - Mongoose - GraphQL (Apollo) - Authentication - Create React App boilerplate ready to be deployed to Heroku
react
nodejs
heroku
graphql
boilerplate
express
node
apollo
mongodb
authentication
styled-components
es6
create-react-app
mongoose
material-ui
starter-kit
passwordless
passwordless-authentication
-
Updated
Jun 2, 2020 - JavaScript
ASP.NET Core 3.1 Identity with FIDO2 WebAuthn MFA, passwordless
-
Updated
Sep 11, 2020 - CSS
[DEPRECATED] A crowdfunding backend written with NodeJS, Apollo and PostgreSQL. Features an extensive data model, mult. payment integrations, passwordless auth, statistics and admin endpoints.
-
Updated
Mar 14, 2018 - JavaScript
WebAuthn server library decoupled from http for easy intergration, provides WebAuthn registration and authentication for clients using FIDO2 keys, FIDO U2F keys, TPM, etc.
-
Updated
Aug 24, 2020 - Go
Passwordless authentication server, supports OTP, plan to implement WebAuthn, TOTP and mobile biometric authentication
-
Updated
Feb 9, 2020 - Java
Magic admin Node.js SDK makes it easy to leverage Decentralized ID tokens to protect routes and restricted resources for your application.
-
Updated
Sep 12, 2020 - TypeScript
Easy and secure file transfer between every device over HTTPS with/without E2E encryption by ECDH and OpenPGP
-
Updated
Sep 27, 2020 - Vue
Medium style passwordless authentication using ASP.NET Core Identity
-
Updated
Mar 11, 2018 - C#
agrinman
commented
May 11, 2020
Description
The Register tab on the debugger uses a string for the timeout instead of an unsigned long.
https://webauthn.me/debugger >
publicKey.timeout
Docs: https://www.w3.org/TR/webauthn/#dictionary-makecredentialoptions
2
dsbarnes
commented
Apr 30, 2020
I see you have drfpasswordless in the settings.py
Is JWT something you'd be interested in adding to this project?
Magic is a Passport.js strategy that enables passwordless authentication middleware for any Express.js based application.
-
Updated
Sep 21, 2020 - TypeScript
A project for SIH 2019
-
Updated
Sep 2, 2020 - Python
PrivX Free - Just-in-time Access Management
ssh
bastion
identity
authentication
pam
iam
rdp
rdp-gateway
access-control
passwordless
jumphost
zero-trust
passwordless-authentication
ssh-gateway
-
Updated
Aug 3, 2020 - TypeScript
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.
nodejs
javascript
oauth2
authentication
openid-connect
email-verification
passwordless
public-key-cryptography
did
webauthn
-
Updated
Jul 19, 2020
2FA NGINX + Lua auth portal
go
nginx
golang
security
lua
authentication
proxy
reverse-proxy
authorization
secure
security-hardening
passwordless
-
Updated
Jan 16, 2018 - Go
WebAuthn demo with Ionic/Angular and Spring Boot
java
angular
spring
springboot
springsecurity
demo-app
passwordless
yubico
passwordless-login
passwordless-authentication
ionic4
webauthn
fido2
-
Updated
Sep 18, 2020 - Java
Improve this page
Add a description, image, and links to the passwordless topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the passwordless topic, visit your repo's landing page and select "manage topics."


Hello, I'd like to use this library but I'm concerned about the fact that the tokens are stored in plain text in the database. For their duration (by default, one hour) they are essentially passwords. I would have expected them to be hashed or at least encrypted before being stored in the database, like a password, no?
I imagine it's less of an issue because they're short-lived, but I guess if