two-factor-authentication
Here are 312 public repositories matching this topic...
General information
- App version: 0.9
- App source: Google Play
- Android Version: 10
- Custom ROM: no
Expected result
The "Hidden" text which replaces the token numbers is displayed as two lines if there's not enough room. This is annoying, for obvious reasons, more so if the phone happens to be horizontaly and vertically small. :-P
![IMG_20210730_18054
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Dec 23, 2020 - PHP
-
Updated
Sep 20, 2021 - TypeScript
-
Updated
Nov 15, 2021 - Python
-
Updated
Oct 6, 2021 - Python
Expected Behavior
Find examples and instructions for the NCCO builder with this repo.
Current Behavior
No formal documentation, but some examples exist in the code snippets.
Possible Solution
Add a new section to the README to cover
-
Updated
Sep 29, 2021 - Python
-
Updated
Jul 12, 2021 - Swift
-
Updated
Oct 26, 2021 - PHP
-
Updated
Oct 4, 2021 - Go
-
Updated
Jun 12, 2021 - PHP
-
Updated
May 23, 2020 - Go
-
Updated
Jul 31, 2017 - JavaScript
-
Updated
Oct 7, 2021 - Ruby
-
Updated
Nov 10, 2021 - JavaScript
-
Updated
Oct 16, 2021 - PHP
-
Updated
Nov 16, 2021 - C#
-
Updated
Apr 2, 2019 - Go
-
Updated
Nov 2, 2021 - Swift
Describe the bug:
Remove react-copy-to-clipboard from all used sources in the dashboard. It is buggy and requires a double click to copy. Use built-in navigator.clipboard as its replacement.
Versions:
All versions
-
Updated
Nov 14, 2021 - PHP
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Mar 18, 2021 - Ruby
-
Updated
Aug 3, 2021 - Go
-
Updated
Nov 7, 2021 - JavaScript
-
Updated
Oct 4, 2020 - HTML
Improve this page
Add a description, image, and links to the two-factor-authentication topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the two-factor-authentication topic, visit your repo's landing page and select "manage topics."
Percona is quite strict on having primary keys on all tables (and rightly so).
Please add primary keys to all tables, even if it's just an auto-increment.
It's mostly just the following tables:
authentication_logs (could just get a auto-increment primary key added)
identity_verification_tokens (could just set the token as primary key)