You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-28 11:02:02 +03:00
Use unstable prefixes for scope names (#337)
This commit is contained in:
@ -206,6 +206,6 @@ mod tests {
|
||||
);
|
||||
|
||||
assert!(Scope::from_str("http://example.com").is_ok());
|
||||
assert!(Scope::from_str("urn:matrix:*").is_ok());
|
||||
assert!(Scope::from_str("urn:matrix:org.matrix.msc2967.client:*").is_ok());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user