Module

x/alosaur/examples/auth/services/auth.service.ts>AuthService

Alosaur - Deno web framework with many ES Decorators
Latest
class AuthService
import { AuthService } from "https://dotland.deno.dev/x/alosaur@v1.1.1/examples/auth/services/auth.service.ts";

Methods

validate(login: string, password: string): UserModel | undefined