Skip to content

Commit 754711e

Browse files
authored
WWW-Authenticate parser (#200)
* feat: WWW-Authenticate parser * fix: rustfmt
1 parent f40772e commit 754711e

2 files changed

Lines changed: 400 additions & 4 deletions

File tree

volga/src/auth/oauth.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
//! and [RFC 6750 §3.1](https://www.rfc-editor.org/rfc/rfc6750#section-3.1)
66
//! * Authorization Server Metadata per [RFC 8414](https://www.rfc-editor.org/rfc/rfc8414)
77
//! * 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)
8+
//! * Utilities: the `WWW-Authenticate` Bearer challenge builder and parser,
9+
//! and resource URI canonicalization per [RFC 8707](https://www.rfc-editor.org/rfc/rfc8707)
1010
//!
1111
//! This module intentionally contains no client or server flows yet — those
1212
//! are built on top of these types (discovery handlers in `volga`, the OAuth

0 commit comments

Comments
 (0)