Jenny Miller

Results 2 issues of Jenny Miller

The `_on_identity_loaded` function in flask_security.core makes one query for roles, and then another query for each role, to load permissions for that role. My app doesn't even use flask-security for...

Cache's `cached` and `memoize` decorators should call the public `self.get` and `self.set` methods rather than internal `self.cache.get` and `self.cache.set`. I am trying to use the [ddtrace package](https://ddtrace.readthedocs.io/en/stable/integrations.html#module-ddtrace.contrib.flask_cache) to enable Datadog...