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

Update permissions.py #72

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Update permissions.py #72

merged 2 commits into from
Oct 30, 2024

Conversation

TilteD24
Copy link
Contributor

@TilteD24 TilteD24 commented Oct 28, 2024

Added custom permission classes for API Key Authentication namely :

  • ReadOnlyEntity
  • CreateOnlyEntity
  • UpdateOnlyEntity

Fixes #67

Added custom permissions for API Key Authentication
Copy link
Owner

@koladev32 koladev32 left a comment

Choose a reason for hiding this comment

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

Few changes to make.

But looks good to me.

drf_simple_apikey/permissions.py Outdated Show resolved Hide resolved
@koladev32 koladev32 merged commit f310096 into koladev32:main Oct 30, 2024
4 checks passed
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.

Custom Permissions for API Key Authentication
2 participants