Hi everyone,
I would like that certain files be only available to logged/authorized persons.
So not in the /static folder that is available for everyone.
Plz do not forward me to tutorial that explain how to do it with Flask-Login because I'm using my method of authentication.
Maybe the simplest way to do it it's to create another folder /static_private and make it work almost as the static one but for logged user only ?
But I have no idea how to achieve that.
Thanks
I would like that certain files be only available to logged/authorized persons.
So not in the /static folder that is available for everyone.
Plz do not forward me to tutorial that explain how to do it with Flask-Login because I'm using my method of authentication.
Maybe the simplest way to do it it's to create another folder /static_private and make it work almost as the static one but for logged user only ?
But I have no idea how to achieve that.
Thanks
![[Image: NfRQr9R.jpg]](https://i.imgur.com/NfRQr9R.jpg)