Skip to main content

lastlogin auth for smallweb

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
82%
Published
2 months ago (0.5.13)
property LastLoginOptions.privateRoutes

An array of route paths that require authentication.

Type

Add Package

deno add jsr:@pomdtr/lastlogin

Import symbol

import { type LastLoginOptions } from "@pomdtr/lastlogin";

---- OR ----

Import directly with a jsr specifier

import { type LastLoginOptions } from "jsr:@pomdtr/lastlogin";

Add Package

npx jsr add @pomdtr/lastlogin

Import symbol

import { type LastLoginOptions } from "@pomdtr/lastlogin";

Add Package

yarn dlx jsr add @pomdtr/lastlogin

Import symbol

import { type LastLoginOptions } from "@pomdtr/lastlogin";

Add Package

pnpm dlx jsr add @pomdtr/lastlogin

Import symbol

import { type LastLoginOptions } from "@pomdtr/lastlogin";

Add Package

bunx jsr add @pomdtr/lastlogin

Import symbol

import { type LastLoginOptions } from "@pomdtr/lastlogin";