function getAllSessions
getAllSessions(): Promise<Session[]>

Get all sessions ordered by expiration (newest first)

Return Type

Promise<Session[]>

Usage

import { getAllSessions } from "docs/database.ts";