mirror of
https://github.com/antonioribeiro/google2fa.git
synced 2026-04-26 00:25:52 +03:00
[GH-ISSUE #190] Is it possible to install directly in FTP directory, ie. without using composer? #555
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#555
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 @Ariel-International on GitHub (Jun 11, 2023).
Original GitHub issue: https://github.com/antonioribeiro/google2fa/issues/190
I would like to use this package on a shared server, I asked my provider but they are not answering.
What would be the steps to copy the library directly in a website and make it work?
Is it feasible at all?
@shusaura85 commented on GitHub (Nov 2, 2023):
It is possible, but you will need to include the paragonie/constant_time_encoding library as well.
You will also need to either write an autoloader or manually include all the required files.
In the long run, I recommend using composer.