Skip to content
#

2fa

Here are 647 public repositories matching this topic...

classabbyamp
classabbyamp commented Jan 24, 2022

What are you trying to do?

When using the tailscale CLI, it would be very helpful to have shell tab completion for things like subcommands, nodes, and more to make it easier to use.

How should we solve this?

The command line argument parsing library that the CLI currently uses does not support the automatic generation of completion definitions:

Features like tab completion

good first issue help wanted L3 Some users P1 Nuisance
Authenticator
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
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 2fa 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 2fa topic, visit your repo's landing page and select "manage topics."

Learn more