Add serverside LOGIN-command #237
Reference in New Issue
Block a user
Delete Branch "feat/40-add-serverside-login-command"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added
LoginRequestto contain requested username.Added
LoginParserto extract required USERNAME parameter of request.Added
LoginResponsecontaining assigned username andUserId.Added
LoginHandlerto executeLoginRequest, creating the user with theUserFactoryhandling the resolution of name conflicts.Closes #40
mentioned in commit
fee71a8a2c