CenterForDigitalHumanities / rerum

Open and free repository for linked open data.
http://rerum.io
10 stars 3 forks source link

Server Registration #10

Closed cubap closed 6 years ago

cubap commented 7 years ago
  1. Application Name
  2. Label for Responsible Agent
  3. Contact E-mail for Agent
thehabes commented 7 years ago

This sits out on the dev server annotationstore web app. I will bring it into RERUM and hit the annotationstore registration APIs so it is a piece of the RERUM web app and can move with it.

thehabes commented 7 years ago

not ready yet, but can be seen at http://165.134.241.141/rerum/#/register

thehabes commented 7 years ago

Registration has been upgraded. If the IP is not a duplicate, it registers that IP with the white list AND creates an Agent connected with that IP in the annotation store. We can now use these Agents as registered users with RERUM and can think about CRUD operations around the Agents. We can hinge on the fact that each IP will only have 1 Agent associated with it.

We can begin to develop the API key verification in #25.

We can think about token-based authentication (like OpenID and Oauth).

We can begin to think about how we manage agents on a management page (#11)