Module actix_web_security::authentication::endpoint_matcher [−][src]
The credentials extraction and authentication can be limited to specific endpoints or applied
to all endpoints. A EndpointMatcher must be instantiated. There are two default implementations
available: AllEndpointsMatcher to protect all endpoints and SpecificUrlsMatcher to protect
the URS with the exact matching URLs. Custom ones can be implemented if the defaults are not
applicable for the use-case.
Structs
| AllEndpointsMatcher | The |
| SpecificUrlsMatcher | The |
Traits
| EndpointMatcher | An |