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.58k stars 1.34k forks source link

fix: rate limiter key function #2254

Open dpgaspar opened 2 weeks ago

dpgaspar commented 2 weeks ago

Description

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

ADDITIONAL INFORMATION