Add authentication support #26

Open
opened 2025-11-25 18:50:35 +00:00 by luca0N · 0 comments
Owner

Add authentication support to the web client and the server so that only authenticated users are able to retrieve the list of unknown hosts in the network.

There are plenty of ways of implementing this:

  • Have a user-defined single key (password/passphrase) that is shared among all users of the web client
  • Add support for creating user accounts (a database would be needed for this)
  • Rely on *NIX authentication and use credentials from existing accounts (would only work on *NIXes and could have some caveats when running under Docker)
Add authentication support to the web client and the server so that only authenticated users are able to retrieve the list of unknown hosts in the network. There are plenty of ways of implementing this: - Have a user-defined single key (password/passphrase) that is shared among all users of the web client - Add support for creating user accounts (a database would be needed for this) - Rely on *NIX authentication and use credentials from existing accounts (would only work on *NIXes and could have some caveats when running under Docker)
luca0N self-assigned this 2025-11-25 18:50:35 +00:00
luca0N added this to the v1.0.0 project 2025-11-25 18:50:35 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
luca0N/lanbassador#26
No description provided.