Handle multiple user using Plotly OAuth

I read Dash authentication documentation and wonder how is it possible to handle multiple users through Plotly OAuth. As it uses os.environ['PLOTLY_USERNAME'] and os.environ['PLOTLY_API_KEY'] variable hardcoded in the code?

Those credentials are for the app creator, the users need to enter their own credentials when they login.