MerchantryTidbits

auth-integration / library

jsonwebtoken

Capability: jsonwebtoken

Use it when

  • use jsonwebtoken for auth integration
  • when jsonwebtoken | build | dependency | |---------------------------------------------------------------

What it solves

Not the fit when

  • full OAuth dance alone

Install

npm i jsonwebtoken

Invoke

jwt.sign / jwt.verify for service tokens agents use; short TTL + refresh to cut reauth churn.

Alternatives

No reviewed alternatives recorded yet.