mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 19:05:54 +03:00
[GH-ISSUE #513] Integrate authentication with site auth #379
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#379
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 @ntskalman on GitHub (Mar 22, 2021).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/513
I'm looking for the possibility to use already in place authentication for a site with TinyFileManager.
My users are already logged in to the administration part of the site with teir MySQL username and passwords and the session cookies are set. Can these be used in conjunction with the $auth_users in the code - and if so - HOW?
@fab966 commented on GitHub (Jul 8, 2021):
Hi,
I have the same problem.
I'd like to use this FM in my PHP Application where Sessions already exist.
I get some Warnings:
I'm trying to find a solution.
@prasathmani commented on GitHub (Jul 9, 2021):
try this, https://github.com/prasathmani/tinyfilemanager/wiki/Embedding