import * as opineSessions from "https://deno.land/x/opine_sessions@2.1.1/mod.ts";
Functions
Destroy the session by clearing its cookie. | |
f init | Initialise sessions for the given Opine app. |
Interfaces
A generic store. Implement this and pass an instance of it to init() to use your own database solution instead of the default sqlite. |