issues
search
GrapesGoober
/
des424-g11-todo-cards
0
stars
0
forks
source link
Implement OAuth2 User System
#10
Open
GrapesGoober
opened
3 days ago
GrapesGoober
commented
3 days ago
Problem
The user backend might need to keep who has logged in, as a persistency in the webapp.
One way (recommended) is to use OAuth2
This is in contrast to the problem in #9 as that simply uses session, not very safely stored.
This method should be simpler and easier, assuming we know how to use OAuth2
Problem