LinkStackOrg / LinkStack

LinkStack - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.

Home Page:https://linkstack.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

419 when attempting to add link entry.

RokeJulianLockhart opened this issue · comments

Fixed. I had to wait a while, after which I was prompted to reauthenticate. It appears that periodic deauthentication isn't quickly synchronized across all of the system.

If your session expires, this is the expected behavior.

#598 (comment)

@JulianPrieber, it shouldn't be, because the reason for the expiry isn't communicated to the user, and they're not fully deauthenticated until a good 15 minutes after this begins.

This should be reopened until it is reproducible that no functionality is lost until the user is entirely deauthenticated, rather than a slow random loss of functionality.

We could redirect to the login page, instead of displaying the 419?

That'd be better, although the problem with that is that my authentication session hadn't expired, so I don't know whether that would merely redirect me to the dashboard (since I was technically authenticated in some places). See the top image for confirmation.

If that issue is fixed, yes, that would be great.

What you're experiencing then is most likely an XSRF-TOKEN mismatch, which is a security feature.

chrome_zjGoFaMmkY

Some apps handle XSRF-TOKEN mismatches by invalidating the session and logging out the user.

The issue could be caused by opening a form on the app in one tab, then using the app in another, and then submitting the form in the previous tab.