dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.71k stars 1.36k forks source link

fix: rate limiter key function #2254

Closed dpgaspar closed 3 months ago

dpgaspar commented 4 months ago

Description

flask-limiter will not obey to RATELIMIT_KEY_FUNC, this PR makes it possible to set this config

ADDITIONAL INFORMATION