user-service
    Preparing search index...
    interface PasswordHasher {
        compare(plain: string, hashed: string): Promise<boolean>;
        hash(password: string): Promise<string>;
    }

    Implemented by

    Index

    Methods

    Methods