An open API service indexing awesome lists of open source software.

https://github.com/chrisdickinson/tide-http-auth

HTTP auth for tide! Pretty Basic, if you'll Bearer with me
https://github.com/chrisdickinson/tide-http-auth

Last synced: 5 days ago
JSON representation

HTTP auth for tide! Pretty Basic, if you'll Bearer with me

Awesome Lists containing this project

README

        

# 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 ` 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/