abstract suspend fun findByUsername(username: String): GropiusUser?

Finds a GropiusUser by username

Return

the found user

Parameters

username

the username of the user to get