blabla1337 / skf-flask

Security Knowledge Framework (SKF) Python Flask / Angular project
https://www.securityknowledgeframework.org
Apache License 2.0
805 stars 308 forks source link

'Remember me' option at login doesn't work #729

Closed plouffer closed 2 years ago

plouffer commented 3 years ago

When installing SKF with a domain name, no session cookie is created when choosing the 'Remember me' option. I thus always need to login again when reopening SKF. I tried with the Local / dedicated server install, and also with the Docker install both with localhost and domain name. I could never see a session cookie.

What could this be due to? What could I do/provide to help fix this?

Thanks in advance!

blabla1337 commented 2 years ago

Correct we use the JWT Auth header and session storage to store this in the browser. If you have more questions join us on the Slack or Gitter channel.