Skip to content
#

mfa

Here are 263 public repositories matching this topic...

cli
zitadel
adlerhurst
adlerhurst commented May 2, 2022

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
good first issue go backend task
DimalChandrasiri
DimalChandrasiri commented Jan 25, 2021

Describe the issue:
The links not show hover states on hover on the getting started page.

How to reproduce:

  1. Navigate to getting started page
  2. hover over any link

Expected behavior:
Should indicate hover state for links

improvement bug good first issue ux
evert
evert commented Apr 3, 2019

Currently all sessions are stored in a memory-engine, which means:

  1. If the server restarts, all sessions expire.
  2. 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:

https://github.com/cur

enhancement good first issue

Improve this page

Add a description, image, and links to the mfa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mfa topic, visit your repo's landing page and select "manage topics."

Learn more