Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/src/auth/mod.ts>passwordDigest

MongoDB driver for Deno
Extremely Popular
Latest
function passwordDigest
import { passwordDigest } from "https://deno.land/x/mongo@v0.33.0/src/auth/mod.ts";

Parameters

username: string
password: string

Returns

Promise<string>