emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
409 stars 57 forks source link

Integrate `public_callback`from `dash_auth` into `dash_extensions.enrich` #337

Open nils-fl opened 1 week ago

nils-fl commented 1 week ago

Hi there,

I love dash_extensions! It makes some of my pages blazing fast. When I use dash_auth I sometimes have to whitelist public routes and I have to use public_callback from dash_auth. The problem is, that I have to go back to read/load json, which slows the public pages down again.

Would it be possible to integrate public_callback from dash_auth into dash_extensions.enrich? It would be awesome to use Serverside() in a public_callback!

Best Nils