Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineSecurity.Sessions

import { MandarineSecurity } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts"; 

const { Sessions } = MandarineSecurity;

§Enums

MandarineSecurity.Sessions.MandarineSessionExceptions

Used in callbacks from Mandarine's native Session storage system. This is not necessary to use.

§Interfaces

MandarineSecurity.Sessions.MandarineSession

Represents the object of a mandarine session. This is not customizable.

MandarineSecurity.Sessions.SessionContainer

Represents the object of the configuration for the Session Container

MandarineSecurity.Sessions.SessionContextObj

Data present in request regarding the current session

MandarineSecurity.Sessions.SessionCookie
MandarineSecurity.Sessions.SessionStore

Represents how a SessionStore implementation should be designed. SessionStore is used to design & use the process of manipulating sessions