How to create an anonymous guest link with an expiry date?

Hi

Anonymous guest links are well known in SharePoint applications or for instance in the OneDrive product. Typically the link contains a hash number and has a expiry date.

In our use case a user should have limited read/write access to an entity and screen where he can for instance comment something.

How could that be achieved in CUBA (anonymous link with hash number and expiry date - would that be a feature which should be created in a CUBA component ?

Best,
Wern

Hi Wern,

There is no such built-in feature, but it certainly can be implemented in an application project or an add-on.
If you decide to do it, look at this topic for inspiration.