humanitiesplusdesign / data-pen

Personal modeling application for Linked Data.
http://hdlab.stanford.edu/fibra
26 stars 0 forks source link

Use social logon to generate a stable identifier #136

Closed esjewett closed 7 years ago

jiemakel commented 7 years ago

https://www.npmjs.com/package/angularjs-social-login

esjewett commented 7 years ago

Thanks! I had looked at that and mostly took it as a proof of concept that this is (a) possible and (b) not that hard. At the moment I'm just rolling our own using Github. Started yesterday and hope to finish this morning. Question for @cncoleman and the rest of the design team is what login mechanisms we want to support?

esjewett commented 7 years ago

Just deploying the initial capability. It will not work on localhost because the callback URL needs to be hard-coded in the OAuth app on Github. We will have to set up some sort of redirect to localhost from the main application to be able to have logon in a test environment. Anyhow, if you want to try it, go to http://hdlab.stanford.edu/fibra/test/#/login

esjewett commented 7 years ago

Whoops - currently broken. Something didn't get picked up in the deploy step...

esjewett commented 7 years ago

This is now working at #/login (for example: http://hdlab.stanford.edu/fibra/test/#/login)