-
Updated
May 16, 2022 - Go
mfa
Here are 263 public repositories matching this topic...
-
Updated
May 11, 2022 - Go
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
May 16, 2022 - Python
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Apr 28, 2022 - Python
-
Updated
Feb 25, 2022 - Python
Description
The user should be able to add autocompletion through a cli call (e.g. zitadel completion bash)
Acceptance criteria
- it is possible to add the autocompletion of ZITADEL to .bashrc
- if a user writes zitadel in his terminal and presses tab the user gets proposals of what to do
-
Updated
Apr 29, 2022 - 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
May 16, 2022 - Java
Currently all sessions are stored in a memory-engine, which means:
- If the server restarts, all sessions expire.
- If multiple servers are started, they can't share sessions
As big step forward, we would want to store sessions in MySQL.
This means a new 'storage engine' will have to be written for this session data. This should be done in this github project:
-
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
May 16, 2022 - Python
-
Updated
Apr 12, 2022 - JavaScript
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Apr 29, 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