mirror of
https://github.com/nextcloud/twofactor_gateway.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #295] Require 2 factor only once per web-browser #69
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#69
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?
Originally created by @ivanol on GitHub (Dec 6, 2019).
Original GitHub issue: https://github.com/nextcloud/twofactor_gateway/issues/295
This works brilliantly with the various sync clients (Linux/Android/Windows...), asking for the 2-factor auth when we generate the app-password on first setup, and never again afterwards, but it's a bit of a pain with web access.
Is it possible to have the option to set a long-lasting cookie in the browser after a successful 2-factor authentication, so that we don't need another SMS on every web login on the same machine?
@ChristophWurst commented on GitHub (Dec 10, 2019):
-> https://github.com/nextcloud/server/issues/2906 :)