mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-25 08:05:49 +03:00
[PR #50] [MERGED] Add functionality to prevent reuse of keys. #591
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/google2fa#591
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/antonioribeiro/google2fa/pull/50
Author: @SebastianS90
Created: 10/17/2016
Status: ✅ Merged
Merged: 6/16/2017
Merged by: @antonioribeiro
Base:
master← Head:verify-newer📝 Commits (2)
f9b9cdcAdd functionality to prevent reuse of keys.d564558fix typo and improve code formatting in readme📊 Changes
4 files changed (+112 additions, -3 deletions)
View changed files
📝
readme.md(+27 -0)📝
src/Contracts/Google2FA.php(+23 -0)📝
src/Google2FA.php(+44 -0)📝
tests/spec/Google2FASpec.php(+18 -3)📄 Description
See the patched readme files for details.
I also added a getter for KEY_REGENERATION in order to allow using
the facade like this:
$ts * Google2FA::getKeyRegenerationTime()🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.