Skip to content

Conversation

@yeshamavani
Copy link
Contributor

@yeshamavani yeshamavani commented Nov 14, 2025

Description

remove metadata check before authorization
authorization should work even if no method metadata is present

Fixes #155

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

authorization should work even if no method metadata is present

GH-155
@sonarqubecloud
Copy link

@vaibhavbhalla2505 vaibhavbhalla2505 added the bug Something isn't working label Nov 14, 2025
@yeshamavani yeshamavani merged commit c8aedb6 into master Nov 14, 2025
7 checks passed
@yeshamavani yeshamavani deleted the GH-155 branch November 14, 2025 08:27
@a-ganguly
Copy link
Contributor

🎉 This PR is included in version 8.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Labels

bug Something isn't working released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The authorize decorator is associated to the http method

5 participants