If you want to implement it in 1.8.2 this is considered as a custom code modification. You better wait for it, it will be implemented in the next update: http://www.oxwall.org/forum/topic/46363?page=1#post-179313 which is within 2-3 weeks.
If you want to implement it in 1.8.2 this is considered as a custom code modification. You better wait for it, it will be implemented in the next update: http://www.oxwall.org/forum/topic/46363?page=1#post-179313 which is within 2-3 weeks.
Does 1.8.3 come with SSO?
Yes, every form now has hidden fields with csrf tokensHow can I implement JSON Web Tokens to your product.
My understanding (please correct me if i am wrong here) Anti CSRF is different from Single Sign On (SSO)
One is a cross site security measure token and one is for Single Sign On
What is csrf token, the principle of csrf token is that every form has a unique hidden value, for example like this: MTQ2MzYzMjcyOHVaQU1PbmltMlh1bk9uRVBlSzE1aXB1VjFiT3J5NjNr which is generated everytime you visit the page with this form, this unique number is stored in the session file, the principle is the same as json web token, the number is generated in order for somebody not to forfeit the data being sent.