ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Give user roles expiration dates #136

Closed ermsdev closed 4 months ago

ermsdev commented 4 years ago

An idea for the user role management is to use a many-to-many roles table, where every role has an expiration date. So a given user can cary some roles from one year to the next but automatically loses those roles when they're set to expire.