mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
add optional auth extractor implement. (#205)
This commit is contained in:
@ -22,6 +22,7 @@ actix-web = { version = "4.0.0-beta.10", default_features = false }
|
||||
actix-service = "2.0.0"
|
||||
base64 = "0.13"
|
||||
futures-util = { version = "0.3.7", default-features = false }
|
||||
pin-project-lite = "0.2.7"
|
||||
|
||||
[dev-dependencies]
|
||||
actix-cors = "0.6.0-beta.3"
|
||||
|
Reference in New Issue
Block a user