1 parent f40772e commit 754711eCopy full SHA for 754711e
2 files changed
volga/src/auth/oauth.rs
@@ -5,8 +5,8 @@
5
//! and [RFC 6750 §3.1](https://www.rfc-editor.org/rfc/rfc6750#section-3.1)
6
//! * Authorization Server Metadata per [RFC 8414](https://www.rfc-editor.org/rfc/rfc8414)
7
//! * Protected Resource Metadata per [RFC 9728](https://www.rfc-editor.org/rfc/rfc9728)
8
-//! * Utilities: the `WWW-Authenticate` Bearer challenge builder and
9
-//! resource URI canonicalization per [RFC 8707](https://www.rfc-editor.org/rfc/rfc8707)
+//! * Utilities: the `WWW-Authenticate` Bearer challenge builder and parser,
+//! and resource URI canonicalization per [RFC 8707](https://www.rfc-editor.org/rfc/rfc8707)
10
//!
11
//! This module intentionally contains no client or server flows yet — those
12
//! are built on top of these types (discovery handlers in `volga`, the OAuth
0 commit comments