github.com/cs3org/reva/v2@v2.27.7/changelog/1.7.0_2021-04-19/siteaccs-svc.md (about)

     1  Enhancement: Site Accounts service for API keys
     2  
     3  This update adds a new service to Reva that handles site accounts creation and management. Registered sites can be assigned an API key through a simple web interface which is also part of this service. This API key can then be used to identify a user and his/her associated (vendor or partner) site.
     4  
     5  Furthermore, Mentix was extended to make use of this new service. This way, all sites now have a stable and unique site ID that not only avoids ID collisions but also introduces a new layer of security (i.e., sites can only be modified or removed using the correct API key). 
     6  
     7  https://github.com/cs3org/reva/pull/1506