firstdraft / draft_generators

Rails generators that help beginners learn to program.
MIT License
2 stars 3 forks source link

Add authenticity token to forms if forgery protection is present #79

Open raghubetina opened 4 years ago

raghubetina commented 4 years ago

Is it possible to check if CSRF forgery is not being skipped, and, if so, add form authenticity tokens to forms?