Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Auth bug fix & test fixes. #266

Merged
merged 7 commits into from
May 30, 2024
Merged

Basic Auth bug fix & test fixes. #266

merged 7 commits into from
May 30, 2024

Conversation

pedro-cf
Copy link
Collaborator

@pedro-cf pedro-cf commented May 29, 2024

Description:
Basic Auth bug fix & test fix.

request.url.path would return the absolute path f.e.: /collections/test-collection
request.scope.get("route").path returns /collections/{collection_id} which is correct for matching permissions

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

@pedro-cf pedro-cf requested a review from jonhealy1 May 29, 2024 21:17
@jonhealy1
Copy link
Collaborator

Looks good! Can you add a note to the changelog? Thank you.

Copy link
Collaborator

@jonhealy1 jonhealy1 left a comment

Choose a reason for hiding this comment

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

Thanks!

@jonhealy1 jonhealy1 merged commit 009754e into main May 30, 2024
5 checks passed
@jonhealy1 jonhealy1 deleted the basic_auth-fix branch May 30, 2024 15:06
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.

None yet

2 participants