@brandwallet/iam
v1.0.3
Published
BrandWallet Identity and Access Managemen Package
Downloads
4
Readme
Brand Wallet Identity and Access Management Package
Easy to use package for JWT token extraction and validation
You can import this package to validate BW tokens
Add Iam.useauthorize middleware to your express app
app.use(iam.useauthorize(config.jwtSecret, config.iamDatabaseUrl));