You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Fix URL of OAuth IANA registry
This commit is contained in:
@ -169,7 +169,7 @@ async fn generate_jose(client: &Arc<Client>, path: PathBuf) -> anyhow::Result<()
|
|||||||
|
|
||||||
let file = File::new(
|
let file = File::new(
|
||||||
"JSON Object Signing and Encryption",
|
"JSON Object Signing and Encryption",
|
||||||
"https://www.iana.org/assignments/jose/jose.xhtml",
|
"https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml",
|
||||||
client.clone(),
|
client.clone(),
|
||||||
)
|
)
|
||||||
.load::<jose::WebEncryptionSignatureAlgorithm>()
|
.load::<jose::WebEncryptionSignatureAlgorithm>()
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
//! Enums from the "JSON Object Signing and Encryption" IANA registry
|
//! Enums from the "JSON Object Signing and Encryption" IANA registry
|
||||||
//! See <https://www.iana.org/assignments/jose/jose.xhtml>
|
//! See <https://www.iana.org/assignments/oauth-parameters/oauth-parameters.xhtml>
|
||||||
|
|
||||||
// Do not edit this file manually
|
// Do not edit this file manually
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user