You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-29 22:01:14 +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(
|
||||
"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(),
|
||||
)
|
||||
.load::<jose::WebEncryptionSignatureAlgorithm>()
|
||||
|
Reference in New Issue
Block a user