Is it posible to use auth facade in a standard php file in public directory? I am using a third party plugin that scan the files in my file directory and display it as a clickable files in my ui. I want to authenticate the user logged in in my scan.php and scan only the files/folders that he/she created.
@coder_uzb I don't know it is possible or not but you may use another way like, You can store file name and user id in one table and from that you can do whatever you want.