mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[PR #44] [MERGED] Use session-bound password instead of OTP #166
Labels
No labels
0. to triage
1. to develop
3. to review
blocked
bug
discussion
duplicate
enhancement
enhancement
gateway:signal
gateway:signal
gateway:signal
gateway:sms
gateway:telegram
hacktoberfest
help wanted
invalid
needs info
php
pull-request
question
technical debt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/twofactor_gateway-nextcloud#166
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/nextcloud/twofactor_gateway/pull/44
Author: @ChristophWurst
Created: 4/10/2018
Status: ✅ Merged
Merged: 4/11/2018
Merged by: @ChristophWurst
Base:
master← Head:enhancement/session-bound-password📝 Commits (3)
116eb53Use session-bound password instead of OTPd098e0dFix unit test904fc12Ignore clover coverage file📊 Changes
6 files changed (+47 additions, -129 deletions)
View changed files
📝
.gitignore(+2 -0)📝
composer.json(+0 -1)📝
composer.lock(+5 -110)📝
lib/Provider/SmsProvider.php(+31 -15)📝
lib/Service/SmsProvider/SignalGateway.php(+3 -2)📝
tests/Unit/Provider/SmsProviderTest.php(+6 -1)📄 Description
It's the very same OTP class used in the TOTP app, so this caused conflicts.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.