bearer(...) when clients send Authorization: Bearer ... tokens.
Basic usage
Defaults
- header:
authorization - scheme:
Bearer - context key:
token
ctx.authToken for compatibility.
Validate Authorization bearer tokens and reuse them through ctx.
bearer(...) when clients send Authorization: Bearer ... tokens.
authorizationBearertokenctx.authToken for compatibility.