Skip to content

Commit 5fed710

Browse files
committed
Add badges to README
1 parent d20cbe2 commit 5fed710

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
320
A simple library for protecting POST requests from CSRF (cross-site request forgery) attacks.
421

522
## What is CSRF?

0 commit comments

Comments
 (0)