2 ms·
Imagining you have a navigation to “/logout” that server side invalidates your token and redirects to home, would you implement that as a link? If so, what happ
by physicalecon 2mo ago
Imagining you have a navigation to “/logout” that server side invalidates your token and redirects to home, would you implement that as a link? If so, what happens if someone tries to “open in a new tab” it?
- angrybards 2mo agoYea I think a form that posts is the right tool for the job here. It is clearly unsafe semantics.