Skip to content

Conversation

@CasLubbers
Copy link
Contributor

@CasLubbers CasLubbers commented Nov 6, 2025

  • Replaced openapi-express with openapi-express-validator
  • Upgraded express to v5
  • Removed express-async-errors this is now handled by express v5
  • Adjusted middleware so its compatible with openapi-express-validator

return Object.assign({}, ...keyValues)
}
/**
* Authorize a request based on RBAC and ABAC rules.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ABAC got removed, so comment can be changed

@ElderMatt
Copy link
Contributor

ElderMatt commented Nov 7, 2025

Can you remove the ABAC test in authz.test.ts and ABAC mentions from readme.md

Copy link
Contributor

@ElderMatt ElderMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

besides ABAC mentions still being there it looks and work good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants