dash-extensions icon indicating copy to clipboard operation
dash-extensions copied to clipboard

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

Open nils-fl opened this issue 1 year ago • 0 comments

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

nils-fl avatar Jul 02 '24 13:07 nils-fl