hapijs / crumb

CSRF crumb generation and validation for hapi
Other
171 stars 50 forks source link

Persist csrf-tokens and share them between servers? #72

Closed cjnqt closed 8 years ago

cjnqt commented 8 years ago

Please let me know if I have understood this correctly:

mtharrison commented 8 years ago

I don't think it persists on the server at all. It just checks if the incoming token (from payload) is the same as the cookie value, so you can use it in multi-server scenarios.

cjnqt commented 8 years ago

Ah, I see. Thanx!

lock[bot] commented 4 years ago

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.