Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matching URLs #268

Closed
stuartpb opened this issue Feb 22, 2017 · 2 comments
Closed

Matching URLs #268

stuartpb opened this issue Feb 22, 2017 · 2 comments
Labels

Comments

@stuartpb
Copy link
Member

This is a significant notion, and one I've probably mentioned before in more issues.

I've been thinking of using match fields like url for parts of the schema that take a url of a form, like password reset tokens. This would use the same matching syntax as Chrome Extension manifests and Greasemonkey @match rules, where it's basically just globbing.

I'm pretty sure that'd be sufficient for any practical use case, but there's also a case that could be made for tighter RegExp-based rules, or rules describing the formats of tokens that get inserted into the URL, or lots of things like that; for now, I think that's best to just not specify at that level of detail, but room should be left for it.

@stuartpb
Copy link
Member Author

#132 is one issue that touches this.

@stuartpb
Copy link
Member Author

Per #308, further discussion around this topic should continue through opws/opws-schemata#15.

@stuartpb stuartpb added the moved label Nov 15, 2017
@opws opws locked and limited conversation to collaborators Nov 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant