tide-http-auth 0.5.0

Basic and Bearer auth support for Tide
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# tide-http-auth

A bring-your-own-user-type [Tide][ref-tide] middleware for implementing
pluggable basic and bearer auth for authorization headers.

Use this crate if:

- You want to implement `Authorization: Bearer <tktktk>` auth.
- You want to implement `Authorization: Basic` auth.

See the [examples][ref-examples] for more.

# License

Apache-2.0

[ref-tide]: https://github.com/http-rs/tide
[ref-examples]: ./examples/