mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
Badges!
This commit is contained in:
parent
7a9b3924cb
commit
1c1e7f672b
@ -1,8 +1,9 @@
|
|||||||
# actix-web-httpauth
|
# actix-web-httpauth
|
||||||
|
|
||||||
|
[![Latest Version](https://img.shields.io/crates/v/actix-web-httpauth.svg)](https://crates.io/crates/actix-web-httpauth)
|
||||||
|
[![Latest Version](https://docs.rs/actix-web-httpauth/badge.svg)](https://docs.rs/actix-web-httpauth)
|
||||||
![Build Status](https://travis-ci.org/svartalf/actix-web-httpauth.svg?branch=master)
|
![Build Status](https://travis-ci.org/svartalf/actix-web-httpauth.svg?branch=master)
|
||||||
![Docs](https://docs.rs/actix-web-httpauth/badge.svg)
|
![Apache 2.0 OR MIT licensed](https://img.shields.io/badge/license-Apache2.0%2FMIT-blue.svg)
|
||||||
![Crates.io](https://img.shields.io/crates/v/actix-web-httpauth.svg)
|
|
||||||
|
|
||||||
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
HTTP authentication schemes for [actix-web](https://github.com/actix/actix-web) framework.
|
||||||
|
|
||||||
@ -13,3 +14,7 @@ and can be used both in middlewares and request handlers, check the `examples/`
|
|||||||
|
|
||||||
* [Basic](https://tools.ietf.org/html/rfc7617)
|
* [Basic](https://tools.ietf.org/html/rfc7617)
|
||||||
* [Bearer](https://tools.ietf.org/html/rfc6750)
|
* [Bearer](https://tools.ietf.org/html/rfc6750)
|
||||||
|
|
||||||
|
## Donations
|
||||||
|
|
||||||
|
If you appreciate my work and want to support me, you can do it [here](https://svartalf.info/donate/).
|
||||||
|
Loading…
Reference in New Issue
Block a user