Changes between Initial Version and Version 1 of Ticket #2125, comment 19
- Timestamp:
- 10/28/20 19:53:48 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2125, comment 19
initial v1 5 5 > Doesn't it make sense to just let the server register with the proxy without needing to register first? What's the benefit? 6 6 With the DB schema from the patch, one user can have multiple sessions. Only with username/password, no session to update can be identified. If the identifier can be chosen freely by the client, uniqueness is not guaranteed. 7 Registering is a one-time action per server (upon installing/setting up xpra), updates are sent periodically while the server is running. 7 8 [[BR]] 8 Registering is a one-time action per server (upon installing/setting up xpra), updates are sent periodically while the server is running.9 9 > 10 10 > This registration ability should be an attribute of the authentication modules - see #2424.