-
Updated
May 16, 2022 - Go
2fa
Here are 647 public repositories matching this topic...
-
Updated
May 7, 2022 - Java
Describe the feature you want:
It would be nice if, by default, the theme of the extension matches the system (browser) theme.
Why do you want this feature in Authenticator?
This is how most mobile and desktop applications and extensions work. And this is what most users expect.
-
Updated
May 10, 2022 - PHP
-
Updated
May 16, 2022 - TypeScript
-
Updated
Jun 27, 2019 - JavaScript
-
Updated
May 16, 2022 - Python
-
Updated
May 9, 2022 - TypeScript
-
Updated
Feb 25, 2022 - Python
-
Updated
Jan 11, 2022 - Python
-
Updated
Nov 30, 2021 - Swift
-
Updated
May 10, 2022 - PHP
-
Updated
Apr 28, 2022
-
Updated
May 14, 2022 - C#
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
May 15, 2022 - PHP
-
Updated
May 16, 2022 - PHP
-
Updated
Dec 2, 2021 - PHP
-
Updated
May 23, 2020 - Go
-
Updated
May 4, 2022 - PHP
-
Updated
May 12, 2022 - Kotlin
Tasks:
- add docs to token strategy (godoc)
- add links to the readme (api-key, bearer, x-header)
-
Updated
Apr 15, 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:
Improve this page
Add a description, image, and links to the 2fa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the 2fa topic, visit your repo's landing page and select "manage topics."
What are you trying to do?
When using the
tailscaleCLI, 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: