You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to specify a custom error handler for BearerAuth extractor, possibly via its Config.
This is already supported by HttpAutentication middleware (#156), but the middleware seems to be independent from the extractor.
I'd like to specify a custom error handler for
BearerAuthextractor, possibly via itsConfig.This is already supported by
HttpAutenticationmiddleware (#156), but the middleware seems to be independent from the extractor.