actori-web-httpauth

Crates.ioactori-web-httpauth
lib.rsactori-web-httpauth
version0.4.0
sourcesrc
created_at2020-01-20 02:29:52.000728
updated_at2020-01-20 02:29:52.000728
descriptionHTTP authentication schemes for actori-web
homepagehttps://github.com/actori/actori-web-httpauth
repositoryhttps://github.com/actori/actori-web-httpauth.git
max_upload_size
id200329
size146,232
Christian Haynes (06chaynes)

documentation

https://docs.rs/actori-web-httpauth/

README

actori-web-httpauth

Latest Version Latest Version dependency status Build Status Apache 2.0 OR MIT licensed

HTTP authentication schemes for actori-web framework.

Provides:

  • typed [Authorization] and [WWW-Authenticate] headers
  • [extractors] for an [Authorization] header
  • [middleware] for easier authorization checking

All supported schemas are actori Extractors, and can be used both in the middlewares and request handlers.

Supported schemes

Commit count: 36

cargo fmt