Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

calling okta.get("/oauth2/default/v1/userinfo") on every call ? #3

Open
sdementen opened this issue Sep 11, 2020 · 0 comments
Open

Comments

@sdementen
Copy link

I have the impression the library will, on every request, the wrapper calls is_authorized which calls self.okta.session.get(f'{self.base_url}/userinfo') (https://github.com/fspijkerman/dash-okta-auth/blob/master/dash_okta_auth/okta_oauth.py#L37) to retrieve the 'email' of the user. Is that correct ?

If so, it adds latency to each call just to get the email which is often already available in the JWT.
Is it possible to disable this call ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant