Describe the bug
This is not a bug description. In fact, I would like to know if the use case for authentication-dependent (i.e. JWT token, for example) is covered by this library. The use case is as follows:
- We provide a token as Bearer on request.
- The endpoint recognizes the user and saves information about user access rate;
- In case of rate or limit violation, we raise an exception with status code 429.