@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?
optionalcookieName: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?
optionalcookieOptions:SiweCookieOptions
Defined in: packages/satellite-siwe-next-auth/src/types.ts:40
Optional options for cookie serialization.
password?
optionalpassword: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