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
22 stars 13 forks source link

Implemented necessary framework to manage token expiration #900

Closed shymkom45 closed 5 months ago

shymkom45 commented 5 months ago

A new script has been added to chaire-lib-backend to perform a periodic cleanup of expired tokens in the database, and the tokens table has been updated with expiry_date and creation_date columns.