mfa
Here are 235 public repositories matching this topic...
-
Updated
Nov 16, 2021 - Go
-
Updated
Feb 5, 2021 - JavaScript
This will allow users to set up API mgmt for provisioners, and unblock users in environments where the ca.json is not easily accessible.
The --enable-admin flag would create the first provisioner and admin (this code already exists, just behind a boolean).
The --acme flag would create an ACME provisioner.
Related: smallstep/certificates#737
-
Updated
Nov 17, 2021 - Python
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Oct 8, 2021 - Python
-
Updated
Sep 29, 2021 - Python
-
Updated
Nov 1, 2021 - Shell
Describe the issue:
The links not show hover states on hover on the getting started page.
How to reproduce:
- Navigate to getting started page
- hover over any link
Expected behavior:
Should indicate hover state for links
-
Updated
Nov 18, 2021 - Java
In other words, on the login screen users should be able to press enter to log in.
-
Updated
Nov 8, 2021 - Go
Add some warnings in the README about using SHA256 and SHA512, with a list of known apps that do and don't support them.
-
Updated
Jan 12, 2021 - Clojure
-
Updated
Nov 3, 2021 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Jun 13, 2018 - Python
-
Updated
Oct 13, 2019 - Go
Improve this page
Add a description, image, and links to the mfa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mfa 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)