Mohsen Pakzad

Results 1 comments of Mohsen Pakzad

As I discovered, if you want to use optional auth extractor, just make `BearerAuth` be an option in your validator and use `HttpAuthentication::with_fn` function instead of `HttpAuthentication::bearer`. ```rs use actix_web::{App,...