Lemon-Framework / Lemon

🍋 A php microframework
https://lemon-framework.github.io/docs/
GNU General Public License v3.0
24 stars 8 forks source link

[Routing] adds Router::noCsrf() #125

Closed tenmajkl closed 1 year ago

tenmajkl commented 1 year ago

This PR adds new router method Router::noCsrf() which basically excludes CSRF middleware in given routes. Before merging I need to consider name.