djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

[Work-in-Progress] Extended Role Model with "ends_at" Field #268

Closed Deep-Chill closed 1 year ago

Deep-Chill commented 1 year ago

Introduced a new field ends_at to the Role model, allowing roles to be granted for a specified period and automatically removed after a certain date.

Changes:

The inclusion of two approaches is there for consideration of the best method.