Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flask sessions and cookies for multiple users #7

Open
aditirao7 opened this issue Oct 5, 2021 · 4 comments
Open

Flask sessions and cookies for multiple users #7

aditirao7 opened this issue Oct 5, 2021 · 4 comments
Labels
bug Something isn't working enhancement New feature or request Flask hacktoberfest help wanted Extra attention is needed Python

Comments

@aditirao7
Copy link
Collaborator

Enable proper usage for multiple users using flask sessions and cookies.
Currently, 2 different users analysing the same pdf and downloading references raises an error because files already exist in the downloads folder.

@aditirao7 aditirao7 added the enhancement New feature or request label Oct 5, 2021
@marshalmiller marshalmiller added bug Something isn't working hacktoberfest help wanted Extra attention is needed labels Oct 5, 2021
@aditirao7
Copy link
Collaborator Author

@marshalmiller was wondering whether having user authentication and storing all the analyzed PDF reports so the user can view them later could be a potential feature? I've noticed that most PDF related tools do this. Also do you know the reach of this webpage currently?

@marshalmiller
Copy link
Collaborator

@aditirao7 It might be, but it would be far down the line. The issue is with the collection of user data. We'd have to update GDPR and a bunch of other stuff. We do have partnerships and funding from places like Docker, RedHat, and The Open Source Collective. So we have to abide by their guidelines. They are on board for us collecting stats but not user-identifiable information. The saving of PDFs is similarly grey, as technically, we are distributing copies of the files—and storage costs. Right now, they just get deleted right after. Once the database is set up to collect the stats, I'm not against returning to them and seeing what we can do about logins. However, I think the main interest is researching the data collected about the links themselves.

As far as stats, that one is a bit more complicated. We have about 5k downloads of the docker image. The Python library behind it also has about 1k active users. The live website hovers around 300 unique visitors a month. Of course, until now, it had very little information on it. I'm at a conference next week and plan on talking about the project at another one in January. So, I anticipate the live site getting more traffic soon.

@aditirao7
Copy link
Collaborator Author

@marshalmiller Makes sense, thanks for the detailed response. I'm going to try working on the database. Also can I email you? I want to know more about the conferences, sounds exciting!

@marshalmiller
Copy link
Collaborator

@aditirao7 I just sent you an email using the email on your website. Feel free to reach out any time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request Flask hacktoberfest help wanted Extra attention is needed Python
Projects
None yet
Development

No branches or pull requests

2 participants