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
- Host: GitHub
- URL: https://github.com/chrisdickinson/tide-http-auth
- Owner: chrisdickinson
- License: apache-2.0
- Created: 2020-05-25T23:02:29.000Z (almost 5 years ago)
- Default Branch: latest
- Last Pushed: 2022-10-23T22:48:58.000Z (over 2 years ago)
- Last Synced: 2024-04-25T00:28:51.799Z (12 months ago)
- Language: Rust
- Size: 25.4 KB
- Stars: 25
- Watchers: 3
- Forks: 9
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - chrisdickinson/tide-http-auth - HTTP auth for tide! Pretty Basic, if you'll Bearer with me (Rust)
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/