Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 426 Bytes

tide-http-auth

A bring-your-own-user-type 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 for more.

License

Apache-2.0