Registry / auth / oxide-auth

oxide-auth

JSON →
library0.6.1rscratesunverified

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

# Cargo.toml [dependencies] oxide-auth = "0.6.1"
INSTALL
IMPORT
SIG · OXIDE-AUTH
O
oxide-auth
authrustv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Endpoint
use oxide_auth::endpoint::Endpoint;

Creates a new OAuth2 endpoint for handling authorization flows.

use oxide_auth::endpoint::Endpoint; let endpoint = Endpoint::new(); // Configure and use endpoint for OAuth2 flows
Debug
Known issues
gotchaRequires a web server framework (e.g., actix, rocket) to integrate.
fix
Choose a compatible backend and enable corresponding features.
affects: >=0.6.0
Upgrade
Version history
0.6.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources
oxide-auth — cargo add oxide-auth · libregistry