Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/slack_oauth/deps.ts>verifyJwt

Setup the OAuth flow for Slack apps easily. Deno port of @slack/oauth
Latest
function verifyJwt
import { verifyJwt } from "https://deno.land/x/slack_oauth@3.0.2/deps.ts";

Parameters

jwt: string
key: string
algorithm: AlgorithmInput

Returns

Promise<Payload>