chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

users: add a last login time to users #877

Closed tahini closed 3 months ago

tahini commented 3 months ago

fixes #876

greenscientist commented 3 months ago

I'm curious, do we want to count API login separatly or not?

tahini commented 3 months ago

I'm curious, do we want to count API login separatly or not?

1- To get the API token, one needs to login with username/password, so this login will be recorded 2- API is just one request, so it won't be considered a log in. But we could record the last token usage date

I'll wait for the API PR to be in before merging this one. There will be conflicts...