Skip to main content
Module

x/getting_started_with_deno_jwt_auth/mod.ts>AuthRepository

Package used for jwt-auth on the Getting Started With Deno book by PacktPub
Latest
interface AuthRepository
Re-export
import { type AuthRepository } from "https://deno.land/x/getting_started_with_deno_jwt_auth@v0.0.6/mod.ts";

Properties

getToken: (username: string) => Promise<string>
generateToken: (username: string) => Promise<string>