Hi guys !
what is the best solution for cookies handling in fresh ..
Today, while I am doing a small project built-in Fresh, it turns out that Fresh currently does not support dealing with cookies directly .. But this can be done by std/http/cookie.ts with request & response header and routes/_middleware.ts ..
Hi guys !
what is the best solution for cookies handling in fresh ..
Today, while I am doing a small project built-in Fresh, it turns out that Fresh currently does not support dealing with cookies directly .. But this can be done by
std/http/cookie.tswith request & response header androutes/_middleware.ts..