Replies: 1 comment
-
For now, I will just fork this repo and try to implement it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Limiting access on API key.
It will be good and more secure if we can assign access to resource on API key.
So one API key doesn't have all access to our resource (read,write,delete).
I know we can customize the model and add Foreign key to the user model (so it is possible to use user permission/access). But it is better if the same user can have multiple API key with different access.
Stripe and Google use this kind of implementation on API key
Beta Was this translation helpful? Give feedback.
All reactions