Alex1990 / tiny-cookie

A tiny cookie manipulation plugin for the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support SameSite attribute

khalwat opened this issue · comments

You can write the below code directly:

import { setCookie } from 'tiny-cookie';

setCookie('foo', 'Foo', { SameSite: 'strict' });

I'll update README.md for SameSite attribute.

Thank you for reminding me this.

Updated readme 443b2f8