v2.2.0
Added
- Possibility to whitelist routes with the
add_public_routesutility function, the routes should follow Flask route syntax - NOTE: If you are using server-side callbacks on your public routes, you should use dash_auth's new
public_callbackrather than the default Dash callback