You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 8, 2024. It is now read-only.
This seems like something that should probably be addressed, but I'll freely admit to not having enough experience with this codebase or u2f server implementation as to be able to come up with a solution myself. Any suggestions would be appreciated!
Feature Request
Summary
As discussed in #630, the
appIdis currently built exclusively from the URL (https://github.com/nextcloud/twofactor_u2f/blob/master/lib/Service/U2FManager.php#L63). This means that, if the Nextcloud instance ever changes domain, all logins with u2f enabled will fail, and backup keys will not work either.This seems like something that should probably be addressed, but I'll freely admit to not having enough experience with this codebase or u2f server implementation as to be able to come up with a solution myself. Any suggestions would be appreciated!