Skip to content

Basic Auth Node

Web/Auth

Basic Auth

Creates REST auth that requires HTTP Basic credentials.

basic_authweb
Inputs2
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

2

Username

String
username

Expected username

Password

String
password

Expected password

Output Pins

1

Auth

Struct
auth

Basic 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
basic_auth
Category
Web/Auth
Version
3