Crates.io | tide-http-auth |
lib.rs | tide-http-auth |
version | 0.5.1-alpha.0 |
source | src |
created_at | 2020-05-31 02:14:04.622036 |
updated_at | 2021-06-15 19:59:28.563864 |
description | Basic and Bearer auth support for Tide |
homepage | https://github.com/chrisdickinson/tide-http-auth |
repository | https://github.com/chrisdickinson/tide-http-auth |
max_upload_size | |
id | 247858 |
size | 65,331 |
A bring-your-own-user-type Tide middleware for implementing pluggable basic and bearer auth for authorization headers.
Use this crate if:
Authorization: Bearer <tktktk>
auth.Authorization: Basic
auth.See the examples for more.
Apache-2.0