1.0.3 • Published 2 years ago
@brandwallet/iam v1.0.3
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));