You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in GitHub Issue #39, the current implementation of AT URI validation conforms mostly to the general syntax, but not the more restricted syntax specified in the AT URI Scheme Specification. A stricter validation function that adheres to the Restricted AT URI Syntax would be useful.
Done When
Create ensure_valid_restrict_at_uri function: Implement a new validation function that enforces the following requirements of the Restricted AT URI Syntax.
Add tests for the new validation function: Create test cases to ensure the updated function correctly validates Restricted AT URIs.
Document the changes: Update the ATURI_VALIDATION.md file to reflect the new validation behavior.
The text was updated successfully, but these errors were encountered:
afbase
changed the title
Implement Restricted AT URI Syntax Validation in Rust
Syntax: Implement Restricted AT URI Syntax Validation in Rust
Jan 29, 2025
Background
As discussed in GitHub Issue #39, the current implementation of AT URI validation conforms mostly to the general syntax, but not the more restricted syntax specified in the AT URI Scheme Specification. A stricter validation function that adheres to the Restricted AT URI Syntax would be useful.
Done When
ensure_valid_restrict_at_uri
function: Implement a new validation function that enforces the following requirements of the Restricted AT URI Syntax.ATURI_VALIDATION.md
file to reflect the new validation behavior.Related References
The text was updated successfully, but these errors were encountered: