issues
search
jtanadi
/
scotty
WebSocket-enabled PDF viewer
http://raa-scotty.herokuapp.com/
MIT License
15
stars
1
forks
source link
Add authentication
#16
Open
jtanadi
opened
4 years ago
jtanadi
commented
4 years ago
Look into passport
Google OAuth
Use domain-specific login (ie. RAA version only allows
@raai.com
email addresses)
jtanadi
commented
4 years ago
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.
@raai.com
email addresses)