-
Updated
Jun 5, 2022 - Go
totp
Here are 515 public repositories matching this topic...
-
Updated
Jun 5, 2022 - Java
-
Updated
Feb 5, 2021 - JavaScript
This will allow users to set up API mgmt for provisioners, and unblock users in environments where the ca.json is 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
-
Updated
May 10, 2022 - PHP
-
Updated
May 26, 2022 - TypeScript
-
Updated
Jan 11, 2022 - Python
-
Updated
Jun 5, 2022 - C#
-
Updated
Jul 23, 2018 - Python
-
Updated
May 25, 2022 - PHP
-
Updated
May 31, 2022 - PHP
-
Updated
Jun 6, 2021 - Rust
-
Updated
Dec 2, 2021 - PHP
-
Updated
Jun 5, 2022 - C
-
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:
-
Updated
May 30, 2022 - Swift
-
Updated
Jan 6, 2022 - Python
Improve this page
Add a description, image, and links to the totp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the totp topic, visit your repo's landing page and select "manage topics."


First, thank you for maintaining this wonderful tool!
Is your feature request related to a problem? Please describe.
PBKDF2-HMAC-SHA1 is no longer recommended, and may become a problem if there are too few iterations (SHA1 is the issue, especially in conjunction with the small number of iterations), although a 16byte/128bit salt remains fine. This only offers security if used in conjunctio