ugent-library / deliver

Apache License 2.0
3 stars 0 forks source link

User back to login page after successful login #101

Closed nicolasfranck closed 10 months ago

nicolasfranck commented 10 months ago

Bug

After a successful login attempt, the user is redirected back to the home page, where he sees the login button.

When you reload that page however, all is fine. So it looks like the page does not register the login state?

nicolasfranck commented 10 months ago

Seems to be due to SameSite: SameSiteStrictMode. The biblio-backoffice does not use this cookie setting.

Also, the second time you login (after an explicit logout), all is fine.

nics commented 10 months ago

@nicolasfranck will you fix it?