Hi everyone! Can I limit user access? For example, I created 1 user and I just want that user to access the course for 30 days only after his access will expire. let me know. thanks
Hi there, @mariane… we would need to know more about your app to provide a specific answer, but in general, what you described is definitely possible. For example, it could be as simple as having a date field called something like access until
on the User
data type. Then, when a user signs up, you could set that field to the current date/time plus 30 days, and you could use the resulting date to deny access to the app or certain pages after the date has passed. If your app has many courses and you are trying to allow access to a specific course for 30 days, it would be a bit more involved, but still very doable.
Hope this helps.
Best…
Mike