UserService provides a few methods to authenticate users and return UserInfo.
When creating a WebCollabServer, you should provide an implementation of the UserService.
For example, if you're using a token-based SSO service, your UserService might look like:
UserService provides a few methods to authenticate users and return UserInfo. When creating a WebCollabServer, you should provide an implementation of the UserService. For example, if you're using a token-based SSO service, your UserService might look like: