UndefinedOS / Roadmap

Publicly available roadmap for issues & transparency
0 stars 0 forks source link

Add User Authentication #2

Open DevonDF opened 3 years ago

DevonDF commented 3 years ago

Add basic user authentication (default Django will be best), and have the Server entity link to a specific user. Then link with the frontend to retrieve the user's server. At the moment, we will assume one server, but keep the relationship link 1..* such that we can add features of multiple servers in the future.

connbob commented 3 years ago

Definitely building 1-many from the start would be beneficial, so we don’t have to do major front/backend changes. Server selection should then be as easy as setting the ID of the server to run actions on