-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove the .well-known
resolution rule
#49
Comments
@gribneau certainly we would need to register it if we continue to use it. I don't think we loose any potential features by opting not to use |
The usage of If no registration is underway, we should not use it. |
👍 |
Addressed by PR #50 |
I agree with this comment by @tplooker and would 👎 dropping The did:web ID is machine-translated into a HTTPS URI for automated GETs, it's not intended to be a directly fetch-able URI itself (IMO). |
This issue is raised to discuss potential breaking changes to the resolution rules for did web.
I propose we remove the
.well-known
resolution rule, and instead handle resolution for naked origins as follows:did:web:example.com
- >https://example.com/did.json
This is just another case of the existing path based routing resolution rules...
A 302 redirect can be configured to preserve any existing did documents.
This would simplify the did to url conversion logic by 50% with no loss of the name space.
The text was updated successfully, but these errors were encountered: