martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
425 stars 24 forks source link

csrf-input tag that uses csrf_token as value #234

Closed kates closed 5 months ago

kates commented 5 months ago

Added a new csrf_input tag that would take the output of the csrf_token tag and create the html hidden input that uses that output as value.

https://github.com/martenframework/marten/issues/200