D
Deno
Change Theme
Search Answer Overflow
Login
HappiePlant
Posts
Comments
D
Deno
•
Created by HappiePlant on 10/30/2024 in
#help
Oak Signed Cookies error
Oh all I had to do was
const
app
= new
Application
();
app.keys
=
[
"my_cookie_secret"
]
...
const
app
= new
Application
();
app.keys
=
[
"my_cookie_secret"
]
...
2 replies