passwordless
Here are 91 public repositories matching this topic...
To help debugging/reporting
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 30, 2020 - Ruby
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Apr 7, 2020 - Go
-
Updated
Oct 27, 2020 - PHP
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Mar 3, 2020
-
Updated
Mar 6, 2020 - PHP
-
Updated
Jun 7, 2019 - JavaScript
-
Updated
Aug 31, 2019 - Dart
-
Updated
Nov 13, 2019 - JavaScript
-
Updated
Oct 10, 2020 - CSS
-
Updated
Feb 28, 2019 - Go
-
Updated
Jun 2, 2020 - JavaScript
-
Updated
Mar 14, 2018 - JavaScript
-
Updated
Oct 26, 2020 - TypeScript
-
Updated
Aug 24, 2020 - Go
-
Updated
Feb 9, 2020 - Java
-
Updated
Nov 1, 2020 - Vue
-
Updated
Mar 11, 2018 - C#
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
I see you have drfpasswordless in the settings.py
Is JWT something you'd be interested in adding to this project?
-
Updated
Sep 21, 2020 - TypeScript
-
Updated
Nov 1, 2020 - Java
-
Updated
Sep 2, 2020 - Python
-
Updated
Aug 3, 2020 - TypeScript
-
Updated
Dec 2, 2019 - PHP
-
Updated
Jul 19, 2020
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