recast-hep / recast-flask-frontend

attempt at a new frontend for RECAST
0 stars 2 forks source link

Secure API access with ORCID #13

Open cranmer opened 8 years ago

lukasheinrich commented 8 years ago

the way this should work:

1) if the user is authenticated via ORCID on the web interface she can

2) if the user wants to use the API, she should be able to do something like

curl -u <orcid>:<token> http://api.recast.....

3) on the user page, we can show a list of token "names", but should never show a list of token values (becasue essentially they are a password)