Implement require_auth option in server #104
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Project/Client
Project/Server
Project/liblanbassador
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#99 Server option
require_auth is not implemented
luca0N/lanbassador
#103 Add live authentication support in web app client
luca0N/lanbassador
Reference
luca0N/lanbassador!104
Loading…
Reference in a new issue
No description provided.
Delete branch "dev_server_live_auth"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the
require_authoption in the server. A previous commit erroneously added therequire_authoption to theserver.cfgfile, which had not yet been implemented in the server at the time. This commit solves this issue by checking that option.This commit also changes some action names which were previously unused for clarity.
require_authoption in serverrequire_authis not implemented@ -177,2 +190,4 @@}// Returns the packet action string for the given JSON bytes.func getPacketAction(jsonBytes []byte) (string, error) {A unit testing function must be created for this.
Implementto WIP: Implementrequire_authoption in serverrequire_authoption in servergetPacketActionserver functtionWIP: Implementto Implementrequire_authoption in serverrequire_authoption in server