Skip to main content
Module

x/oak/keyStack.ts>KeyStack#sign

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method KeyStack.prototype.sign
import { KeyStack } from "https://deno.land/x/oak@v11.1.0/keyStack.ts";

Take data and return a SHA256 HMAC digest that uses the current 0 index of the keys passed to the constructor. This digest is in the form of a URL safe base64 encoded string.

Returns

Promise<string>