method
Store.UpgradePasswordHash
func (backend *Store) UpgradePasswordHash(
ctx context.Context,
collection schema.Collection,
userID string,
expectedPasswordHash,
hash []byte,
) errorPublic method Store.UpgradePasswordHash from github.com/riducms/ridu/adapters/mongodb.
Related types
StoreA replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.
CollectionThe resolved contract for a collection.