Skip to content

Tags: cleverer/CSRF

Tags

3.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CSRF to support Vapor 4 (vapor-community#14)

* Work on converting to use with Vapor 4

* Update to latest vapor rc

* Change package name

* Rename csrf to CSRF

Co-authored-by: Jimmy Arts <Jimmy.Arts@ahold.com>

2.1.1

Provide tag as shortcut for forms in templates (vapor-community#10)

* Provide leaf tag

* Insert information about FormFieldTag into readme

* Make it work with Vapor 3.1.0

* Fit comment in readme to existing style

2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request vapor-community#7 from rb-de0/vapor3

Support Vapor 3.0.0

1.1.0

Merge pull request vapor-community#5 from calebkleveter/master

Added Support for Swift 4

1.0.2

Merge pull request vapor-community#4 from vapor-community/mattmatt/ht…

…tpmethods-access

Makes static properties on HTTPMethod public

1.0.1

Merge pull request vapor-community#3 from vapor-community/mattmatt/cs…

…rf-access-level

Makes CSRF initializer public

1.0.0

Updates to README

Smoothed out some poor grammar and updated some code examples to be accurate.