syncstream-dev / syncstream-backend

Java + SpringBoot backend for SyncStream Application
GNU General Public License v2.0
2 stars 2 forks source link

Discuss user endpoints #4

Open Xu-Gavin opened 9 months ago

Xu-Gavin commented 9 months ago

Discussion about how to handle user endpoints, especially anonymous.

Xu-Gavin commented 9 months ago

@itsmarsss I just want some clarification on how this works. Right now, are we supporting user accounts? At the same time, how would it work? When you register, you create the database entry on the server and then whenever they login, they get a user_token that is valid for some x amount of days?