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

API for new accounts (WebIDs). #3

Closed
deiu opened this issue May 22, 2014 · 2 comments
Closed

API for new accounts (WebIDs). #3

deiu opened this issue May 22, 2014 · 2 comments

Comments

@deiu
Copy link
Contributor

deiu commented May 22, 2014

The server needs a way to issue certs and create profile documents for new users.

An clear issue right now is how/where to serve the API, since the server does not have a restricted URI namespace for application-specific logic such as the API. Basically what URI will the API have, without actually polluting the data URI namespace. A possible solution to the namespace issue could be the use of the ".well-known" namespace.

A starting point would be to "port" the API from https://github.com/linkeddata/ldphp.

Related to #13.

@deiu
Copy link
Contributor Author

deiu commented Feb 4, 2015

We discussed having a ,system/ namespace where we put all the APIs. The server would then add a Link header pointing to this namespace, with rel="system".

@deiu
Copy link
Contributor Author

deiu commented Feb 9, 2015

Implemented in 1c30f4e

@deiu deiu closed this as completed Feb 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant