Skip to Content
API referenceSatellite Siwe Next AuthSrcInterfacesSiweSessionSettings

@tuwaio/satellite-connect-monorepo


SiweSessionSettings

Defined in: packages/satellite-siwe-next-auth/src/types.ts:32 

Interface for the session settings block provided by the user.

Properties

cookieName?

optional cookieName: string

Defined in: packages/satellite-siwe-next-auth/src/types.ts:34 

The name of the cookie to store the session data. Defaults to “satellite-siwe”.


cookieOptions?

optional cookieOptions: SiweCookieOptions

Defined in: packages/satellite-siwe-next-auth/src/types.ts:40 

Optional options for cookie serialization.


password?

optional password: string

Defined in: packages/satellite-siwe-next-auth/src/types.ts:38 

The password/secret used to encrypt the session data. Defaults to process.env.SESSION_SECRET.

Last updated on