associatedtype User : PasswordAuthenticatable
s20HummingbirdBasicAuth22UserPasswordRepositoryP0D0Qa
9KELU
import HummingbirdBasicAuth
protocol UserPasswordRepository<User> : Sendable
Repository of users identified by an id
protocol PasswordAuthenticatable : Sendable
Protocol for password autheticatable object
func getUser(named username: String, context: UserRepositoryContext) async throws -> User?
Get user from repository