Fix expiration dates of JWT and cookie
Created by: Tirokk
Authored by roschaefer Merged
This won't fix the bug that can happen in nuxtServerInit
. However,
according to the docs, we accepted JWT which was valid for 1000 days and
our cookie was valid for 3 days - completely weird.
See: https://github.com/auth0/node-jsonwebtoken https://github.com/nuxt-community/apollo-module
🍰 Pullrequest
Issues
- None
Todo
-
None