RegisterController

@Controller
class RegisterController(authService: AuthService) : RegisterApi

Controller for registering a new user.

Parameters

authService

The service to handle the registration.

Constructors

Link copied to clipboard
constructor(authService: AuthService)

Functions

Link copied to clipboard
Link copied to clipboard
open override fun register(request: RegisterApi.RegisterRequest): UserDTO