Cosider using tower_http
's auth
constructs instead of axum-basic-auth
#10
Labels
No labels
bug
chore
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 1 hour 7 minutes
Due date
jalil
1 hour 7 minutes
No due date set.
Dependencies
No dependencies set.
Reference: jalil/webnsupdate#10
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
tower_http
is a bit more fleshed out and we could use some of the other stuff it has.It also performs the authorization in place and we could delete a bunch of authorization handling code.