Mandar

Results 2 issues of Mandar

for some reason, I get half the rate specified. e.g 2/minute -> 1, 10/minute -> 5 This is my set up: ```python from fastapi import FastAPI, Request from slowapi import...

I have these settings: ``` REST_SESSION_LOGIN = True REST_USE_JWT = True JWT_AUTH_COOKIE = 'access_token' JWT_AUTH_REFRESH_COOKIE = 'refresh_token' LOGOUT_ON_PASSWORD_CHANGE = True JWT_AUTH_COOKIE_USE_CSRF = True JWT_AUTH_COOKIE_ENFORCE_CSRF_ON_UNAUTHENTICATED = True JWT_AUTH_HTTPONLY = True ```...