File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# Vapor CSRF
22
3+ <p align =" center " >
4+ <a href="https://vapor.codes">
5+ <img src="http://img.shields.io/badge/Vapor-4-brightgreen.svg" alt="Language">
6+ </a>
7+ <a href="https://swift.org">
8+ <img src="http://img.shields.io/badge/Swift-5.2-brightgreen.svg" alt="Language">
9+ </a>
10+ <a href="https://github.com/brokenhandsio/vapor-csrf/actions">
11+ <img src="https://github.com/brokenhandsio/vapor-csrf/workflows/CI/badge.svg?branch=main" alt="Build Status">
12+ <a href="https://codecov.io/gh/brokenhandsio/vapor-csrf">
13+ <img src="https://codecov.io/gh/brokenhandsio/vapor-csrf/branch/main/graph/badge.svg" alt="Code Coverage">
14+ </a>
15+ <a href="https://raw.githubusercontent.com/brokenhandsio/vapor-csrf/main/LICENSE">
16+ <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="MIT License">
17+ </a>
18+ </p >
19+
320A simple library for protecting POST requests from CSRF (cross-site request forgery) attacks.
421
522## What is CSRF?
You can’t perform that action at this time.
0 commit comments