-
Updated
Jul 8, 2022 - Go
mfa
Here are 266 public repositories matching this topic...
-
Updated
Jul 6, 2022 - Go
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Jul 8, 2022 - Python
Change the design of input fields as following:
border: 1px solid #f9f7f775;
background-color: #00000040;
this makes it better readable and visual recognisable.
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Jun 8, 2022 - Python
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 26, 2022 - Shell
-
Updated
Jul 5, 2022 - Java
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
If you're creating a new OAuth2 client, and you're using a client_id that's already in the system, a12nserver will emit a 500 error due to a violation of the unique constraint.
It would be nice if instead we threw a more user-friendly error. This should probably be a 409 conflict.
-
Updated
May 16, 2022 - 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
Jun 30, 2022 - Python
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Jul 6, 2022 - CSS
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."
This will allow users to set up API mgmt for provisioners, and unblock users in environments where the
ca.jsonis 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