v2.2.0
Added
- Possibility to whitelist routes with the
add_public_routes
utility 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_callback
rather than the default Dash callback