Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Alosaur - Deno web framework with many decorators
Go to Latest
class AuthService
import { AuthService } from "https://deno.land/x/alosaur@v0.31.0/examples/auth/services/auth.service.ts";

Methods

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