Auth
Session

Session

⚠️

This part of the documentation is still a work in progress.

Used to get session data.

POST /auth/session

Request Sample

Responses

{
    session: {
        user: {
            id: "string",
            username: "string",
            roles: ["string"],
        },
        expiresAt: "string",
    } | null,
}