Skip to content

Fix expiration dates of JWT and cookie

Hannes Heine requested to merge pr1349head into pr1349base

Created by: Tirokk

roschaefer 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

Merge request reports