Package com.tp2020.backend.managers.cookie.extensions

Types

SameSite
Link copied to clipboard
enum SameSite : Enum<SameSite>
The SameSite attribute of the Set-Cookie HTTP response header allows you to declare if your cookie should be restricted to a first-party or same-site context.

Properties

sameSite
Link copied to clipboard
var CookieConfiguration.sameSite: SameSite?