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

Client defintion #253

Open
NoamFe opened this issue Nov 12, 2024 · 6 comments
Open

Client defintion #253

NoamFe opened this issue Nov 12, 2024 · 6 comments

Comments

@NoamFe
Copy link

NoamFe commented Nov 12, 2024

is a client something that is pre-determined? meaning the idea is that there will be some configuration for a client?
something like:
clientX:
{
resource1: Rule A,
resource2: Rul A + Rule B
},
clientY:
{
resource1: Rule B,
resource2: Rul A + Rule B
}

@rgarf81
Copy link

rgarf81 commented Nov 15, 2024

In this exercise, the client would be a user making a request. So you would configure your resources to have some combination of rate limit(s), and track client requests. Nothing to configure per client.

@NoamFe
Copy link
Author

NoamFe commented Nov 15, 2024 via email

@rgarf81
Copy link

rgarf81 commented Nov 15, 2024

A user accessing a known system, like a FE application or mobile app calling the API. These known systems will not know their rules, just have access to the API, where each endpoint can be configured to have rate limits on the user making the request.

@NoamFe
Copy link
Author

NoamFe commented Nov 15, 2024 via email

@rgarf81
Copy link

rgarf81 commented Nov 15, 2024

Correct

@NoamFe
Copy link
Author

NoamFe commented Nov 15, 2024 via email

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

No branches or pull requests

2 participants