#oauth2 #web-server #server #oauth #error-response

oxide-auth

A OAuth2 library for common web servers, featuring a set of configurable and pluggable backends

27 releases

0.5.4 Sep 23, 2023
0.5.3 Oct 2, 2022
0.5.2 Jul 9, 2022
0.5.1 Sep 25, 2021
0.1.0-alpha.1 Nov 29, 2017

#52 in Authentication

Download history 147/week @ 2023-12-11 149/week @ 2023-12-18 45/week @ 2023-12-25 102/week @ 2024-01-01 208/week @ 2024-01-08 232/week @ 2024-01-15 283/week @ 2024-01-22 215/week @ 2024-01-29 598/week @ 2024-02-05 870/week @ 2024-02-12 771/week @ 2024-02-19 1091/week @ 2024-02-26 1270/week @ 2024-03-04 1285/week @ 2024-03-11 945/week @ 2024-03-18 1356/week @ 2024-03-25

4,866 downloads per month
Used in 14 crates (11 directly)

MIT/Apache

460KB
9K SLoC

oxide-auth

A OAuth2 server library, for use in combination with common web servers, featuring a set of configurable and pluggable backends.

About

oxide-auth aims at providing a comprehensive and extensible interface to managing OAuth2 tokens on a server. The core package is agnostic of the used front-end web server and adaptors for the actix, rocket, iron and rouille crates are provided in extension crates. Through an interface designed with traits, the frontend is as easily pluggable as the backend. You can provide your own request, response and error types as well as choose any custom method of authenticating clients and users by implement the appropriate traits.

Integration

Some popular server libraries have ready-made integration. These still require some dependency on the base crate but generally wrap the interface into a user that is considered more idiomatic for their library. Besides the implementation of oxide-auth traits for the request type, specific error and response traits are also implemented.

What Crate Notes Docs
actix oxide-auth-actix - actix docs
async wrappers oxide-auth-async - async docs
redis oxide-auth-db - redis docs
rocket oxide-auth-rocket nightly rocket docs
rouille oxide-auth-rouille - rouille docs
iron oxide-auth-iron - iron docs

Additional

Licensed under either of

The license applies to all parts of the source code, its documentation and supplementary files unless otherwise indicated. It does NOT apply to the replicated full-text copies of referenced RFCs which were included for the sake of completion. These are distributed as permitted by [IETF Trust License 4–Section 3.c.i][IETF4].

Dependencies

~5–13MB
~151K SLoC