Skip to content

Commit 209ae87

Browse files
authored
Update README (#151)
* Update README * Update README * Update README
1 parent f4e7de7 commit 209ae87

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

README.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
<p align="center">
2-
<img
3-
src="https://user-images.githubusercontent.com/1342803/75635005-ad81fa80-5be0-11ea-9b03-d666d4c0eea1.png"
4-
height="64"
5-
alt="JWTKit"
6-
>
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/vapor/jwt/assets/1130717/8c1b20b9-af69-43e3-899f-fb575fad9fb7">
4+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/vapor/jwt/assets/1130717/c8f4c9f2-fbc6-46e5-89e7-f10ac17bb1a4">
5+
<img src="https://github.com/vapor/jwt/assets/1130717/bdc5befe-01c4-4e50-a203-c6ef71e16394" height="96" alt="JWTKit">
6+
</picture>
77
<br>
88
<br>
9-
<a href="https://docs.vapor.codes/4.0/jwt/">
10-
<img src="http://img.shields.io/badge/api-docs-2196f3.svg" alt="Documentation">
9+
<a href="https://docs.vapor.codes/4.0/">
10+
<img src="https://design.vapor.codes/images/readthedocs.svg" alt="Documentation">
1111
</a>
1212
<a href="https://discord.gg/vapor">
13-
<img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat">
13+
<img src="https://design.vapor.codes/images/discordchat.svg" alt="Team Chat">
1414
</a>
1515
<a href="LICENSE">
16-
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
16+
<img src="https://design.vapor.codes/images/mitlicense.svg" alt="MIT License">
1717
</a>
18-
<a href="https://github.com/vapor/jwt/actions">
19-
<img src="https://github.com/vapor/jwt/workflows/test/badge.svg" alt="Continuous Integration">
20-
</a>
21-
<a href="https://swift.org">
22-
<img src="http://img.shields.io/badge/swift-5.2-brightgreen.svg" alt="Swift 5.2">
18+
<a href="https://github.com/vapor/jwt/actions/workflows/test.yml">
19+
<img src="https://img.shields.io/github/actions/workflow/status/vapor/jwt/test.yml?event=push&style=plastic&logo=github&label=tests&logoColor=%23ccc" alt="Continuous Integration">
2320
</a>
2421
</p>
22+
<br>
23+
24+
Support for JWT (JSON Web Tokens) in Vapor.
25+
26+
Supported versions:
2527

26-
<hr>
28+
|Version|Swift|SPM|
29+
|---|---|---|
30+
|4.0|5.4+|`from: "4.0.0"`|
2731

2832
**Original author**
2933

0 commit comments

Comments
 (0)