Repository of users identified by an id
protocol UserPasswordRepository<User> : Sendable
s20HummingbirdBasicAuth22UserPasswordRepositoryP
45E5I
import HummingbirdBasicAuth
associatedtype User : PasswordAuthenticatable
protocol Sendable
func getUser(named username: String, context: UserRepositoryContext) async throws -> User?
Get user from repository