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

rest_api: pluggable custom auth (Feat/524) #556

Merged
merged 7 commits into from
Aug 19, 2024

Conversation

willi-mueller
Copy link
Collaborator

@willi-mueller willi-mueller commented Aug 14, 2024

Short description

This PR:

  • Updates the rest_api source to support pluggable authorization/authentication with custom auth classes
  • renames test_paginators.py to test_config_custom_paginators.py to clarify that we don't test paginators but only the configurations of custom paginators.

Related Issues

@willi-mueller willi-mueller linked an issue Aug 14, 2024 that may be closed by this pull request
3 tasks
@willi-mueller willi-mueller force-pushed the feat/524-rest_api-pluggable-custom-auth branch from e4fa72f to dab7eb6 Compare August 14, 2024 10:22
@willi-mueller willi-mueller force-pushed the feat/524-rest_api-pluggable-custom-auth branch from 70715a6 to 8721011 Compare August 14, 2024 12:27
Copy link
Collaborator

@burnash burnash left a comment

Choose a reason for hiding this comment

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

Awesome work, @willi-mueller!

@willi-mueller willi-mueller merged commit 9e42d7a into master Aug 19, 2024
14 checks passed
@willi-mueller willi-mueller deleted the feat/524-rest_api-pluggable-custom-auth branch August 19, 2024 11:17
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.

rest_api: Pluggable Custom Authentication/Authorization
2 participants