I’ve been doing some searches on extending the User in the platform, and all of the examples are pre-6.10 and I can’t even get the examples to sync in the current Studio. (For example GitHub - aleksey-stukalov/session-attributes: The sample shows how to use session attributes in a CUBA application by @stukalov )
Is using session attributes still the recommended way of achieving this functionality? For example in the app I’m working on, we have Practitioners, who are all also login-Users, but there are also quite a few extra attributes needed, so extending User or similar functionality will be needed.