-
Updated
Mar 7, 2022 - Go
u2f
Here are 128 public repositories matching this topic...
-
Updated
Feb 23, 2022 - Go
-
Updated
Mar 6, 2022 - TypeScript
-
Updated
Mar 4, 2022 - C
-
Updated
Mar 7, 2022 - Java
-
Updated
Feb 21, 2022 - Java
Describe the bug
on the Symfony firewall documentation a UserProvider is described. on line 29 of the src/Repository/UserRepository.php, doctrines generic find() is being used to loopup the user. This will never work as doctrine will try to retrieve using the objects identifier (primary key) and we want
Re-registering with the same site should reset the authentication counter to zero. However this is lowpri as it has little functional impact. Starting at a non-zero number is still within the spec.
Potentially we could also change the dialog to warn this registration will replace an existing one.
-
Updated
Aug 22, 2019 - C
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Feb 24, 2022 - Rust
-
Updated
Oct 11, 2021 - TypeScript
Improve this page
Add a description, image, and links to the u2f topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the u2f topic, visit your repo's landing page and select "manage topics."
Describe the bug
I have noticed that app-link URLs like:
https://company.okta.com/home/amazon_aws/0obm6u4wyuVYgbLdJ0x7/172cause parsing error inokta_auth_config.pyat line 45 (version 0.4.4).It is caused by an underscore character '_' that should be encoded prior verification like '%5F'.