Module oauth

Module oauth 

Source
Expand description

OAuth 2.0/2.1 Implementation Module

This module contains OAuth 2.0 and OAuth 2.1 implementations including:

  • OAuth 2.0 core functionality
  • OAuth 2.1 enhanced security features
  • Pushed Authorization Requests (PAR)
  • Rich Authorization Requests

Re-exports§

pub use oauth2::*;
pub use oauth21::*;
pub use par::*;
pub use rich_authorization_requests::*;

Modules§

oauth2
OAuth 2.0 Server Module
oauth21
OAuth 2.1 Framework Module
par
Pushed Authorization Requests (PAR) Implementation - RFC 9126
rich_authorization_requests
Rich Authorization Requests (RAR) - RFC 9396