-
Updated
Jul 10, 2022 - Go
2fa
Here are 669 public repositories matching this topic...
-
Updated
Jun 6, 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
Jun 13, 2022 - PHP
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jun 27, 2019 - JavaScript
-
Updated
Jul 9, 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
Jun 8, 2022 - Python
-
Updated
May 26, 2022 - TypeScript
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 7, 2022 - Swift
-
Updated
Apr 28, 2022
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jul 9, 2022 - C#
-
Updated
Jun 21, 2022 - PHP
-
Updated
Jul 7, 2022 - PHP
Feature Description
PlanetScale is mysql compatible server less database.
Describe the solution you'd like
Check if we can continue using gorm with db type mysql and connection string of planetscale.
If so add support for new database type called planetscale. Make relevant changes in db provide
-
Updated
Dec 2, 2021 - PHP
-
Updated
May 23, 2020 - Go
-
Updated
Jun 10, 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
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.
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: