plotly / dash-enterprise-auth

Python Auth Client for Dash Enterprise
MIT License
4 stars 3 forks source link

WIP (don't merge) added token parsing user info #19

Closed xgp closed 2 years ago

xgp commented 2 years ago

this uses the kc token as the source of the user info

tarzzz commented 2 years ago

@xgp What is the state of this PR.? Would it work as-is for groups as well?

xgp commented 2 years ago

@xgp What is the state of this PR.? Would it work as-is for groups as well?

It works, but hasn't been merged/released. It gets the user information that used to be put in the headers and instead reads them from the JWT. Whatever is in the JWT is then available.