Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/eas_deno/services/password-service.ts>PasswordService#argon2Verify

eas-deno is a TypeScript SDK that authenticates with the main EAS API through tokenization. Giving you the performance of Rust without having to learn FFI in Rust.
Go to Latest
method PasswordService.prototype.argon2Verify
import { PasswordService } from "https://deno.land/x/eas_deno@v0.0.7/services/password-service.ts";

Parameters

token: string
hashedPassword: string
password: string