kit-clj / kit-clj.github.io

Kit documentation
https://kit-clj.github.io/
20 stars 27 forks source link

Broken link and/or missing page `security.html` #50

Open aviflax opened 8 months ago

aviflax commented 8 months ago

routes.html contains this link:

Please refer <a href='/docs/security.html#cross_site_request_forgery_protection'>here</a> for more details on managing CSRF middleware.

https://github.com/kit-clj/kit-clj.github.io/blob/550f617a446dc51daff95da5d9b94e8f6d3674a1/docs/docs/routes.html#L87C78-L87C96

but no such file exists in the repo. I tried searching for the content, thinking maybe it was rename or integrated into a different page. But I didn’t find it.

yogthos commented 8 months ago

Ah yeah, that's a missing port from Luminus docs. Would need to update this page for Kit https://github.com/luminus-framework/luminus/blob/master/resources/md/security.md and wrap-csrf there should reference wrap-anti-forgery now.