UNPKG

@accounts/express-session

Version:

Stores the access and refresh tokens as part of the session (`express-session`), this way auth flow could be based on it.

3 lines (2 loc) 101 B
import type { Request } from 'express'; export declare const getUserAgent: (req: Request) => string;