Add authentication to http server #546
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para!546
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "router-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?
LGTM
@ -19,0 +41,4 @@.route("/ws/logs", get(ws_logs)).with_state(state);let (api_routes, admin_routes) = if auth.enabled() {This is a bit clunky, but avoids making them mutable like I normally would have, interesting.
yeah I changed it now
Add authentication to routerto Add authentication to http_serverAdd authentication to http_serverto Add authentication to http server