chairbender / consenscia

A webapp for capturing, understanding, and collaboratively building scientific consensus. Motivated by the replication crisis.
MIT License
0 stars 0 forks source link

Determine long-term approach for authentication #10

Open chairbender opened 7 years ago

chairbender commented 7 years ago

Consider OAuth 2.0. Do not build out complex auth features until this is determined.

We want users to be able to make accounts on consensus but also allow them to register or sign in in via google or facebook or other Oauth providers.

We also want to dockerize our app, so we may not want authentication happening on the same container as other webservice calls. We may want to implement our own OAuth 2.0 server?