Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Add authentication #16

Open
jtanadi opened this issue Mar 25, 2020 · 1 comment
Open

Add authentication #16

jtanadi opened this issue Mar 25, 2020 · 1 comment
Labels
backend Server-side issues, incl. sockets, etc. enhancement New feature or request frontend Client-side issues question Further information is requested

Comments

@jtanadi
Copy link
Owner

jtanadi commented Mar 25, 2020

  • Look into passport
  • Google OAuth
  • Use domain-specific login (ie. RAA version only allows @raai.com email addresses)
@jtanadi jtanadi added enhancement New feature or request backend Server-side issues, incl. sockets, etc. frontend Client-side issues labels Mar 25, 2020
@jtanadi
Copy link
Owner Author

jtanadi commented Mar 31, 2020

How to handle user persistence, if at all?

  • Typical behavior is to log in once, have user data stored in DB, and use cookies.
  • If the app doesn't keep track of user data, then a user would have to log in every time they want to use the app.

@jtanadi jtanadi added the question Further information is requested label Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend Server-side issues, incl. sockets, etc. enhancement New feature or request frontend Client-side issues question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant