pbogre / jetlog

Personal flight tracker and viewer
https://github.com/pbogre/jetlog
GNU General Public License v2.0
177 stars 7 forks source link

Add option to record flights for more than one user #26

Open adepssimius opened 1 month ago

adepssimius commented 1 month ago

it would be nice to be able to mark that one of my kids or my wife took a flight as well, or even proper user account support (think OIDC, not local auth).

not that I'm ungrateful for this awesome tracking tool already, I'm just listing off my "this would be nice" list since I share the passion for data tracking and aviation :)

pbogre commented 1 month ago

Of course! Thanks for the issue, this is something i've thought about before (as well as basic authentication).

It would require some work, and I'd like to get the base of the project working well first. I'm also not sure if this is where I want the project to go, because my vision was a one-user-only experience. However I might change my mind about this if I see a lot of interest in this feature. :)

joel72265 commented 1 month ago

I too think this would be a wonderful feature to have

cprpolo commented 1 month ago

Congratulations for the project!! :)

And I agree! It may be okay for a single user but the basic authentication i think is a must, i would like this expose this to the internet via traefik and Authentication is needed if i don't set it in traefik.

Looking forward for this to progress :)

simonpt commented 3 weeks ago

+1 for at least basic auth or even a password while still single user. Just in case someone on the local network stumbles upon on it and messes with my hard work :)

pbogre commented 3 weeks ago

Since user authentication is so requested here, and because it is different from the ability to have multiple users, I have opened an issue for that specifically, which you can see above.