Skip to content

Bearer Token Auth Node

Web/Auth

Bearer Token Auth

Creates REST auth that requires a static Authorization bearer token.

bearer_token_authweb
Inputs1
Outputs1
Security exposure10/10
Packageweb

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

1

Token

String
token

Expected bearer token

Output Pins

1

Auth

Struct
auth

Bearer token auth config

RestAuthConfigRestAuthConfig6 fields
variant 1objectvariant
typeconstrequired
const "none"
variant 2objectvariant
headerstringrequired
keystringrequired
typeconstrequired
const "api_key"
variant 3objectvariant
tokenstringrequired
typeconstrequired
const "bearer_token"
variant 4objectvariant
usernamestringrequired
passwordstringrequired
typeconstrequired
const "basic_auth"
variant 5objectvariant
secretstringrequired
signature_headerstring
default "x-signature"
timestamp_headerstring
default "x-timestamp"
max_skew_secondsinteger:uint64
format uint64default 300min 0
typeconstrequired
const "hmac_sha256"
variant 6objectvariant
issuerstring | null
default null
audiencestring | null
default null
required_scopesArray<string>
default []
itemsstringarray item
jwks_urlstring | null
default null
jwks_flow_pathanyOf (2)
default null
variant 1FlowPathvariant
pathstringrequired
store_refstringrequired
cache_store_refstring | null
variant 2nullvariant
+2 more fields
Schema enforced

Node Info

Internal name
bearer_token_auth
Category
Web/Auth
Version
3