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

Lag on callback processing #30

Open
theferrit32 opened this issue Jan 15, 2019 · 2 comments
Open

Lag on callback processing #30

theferrit32 opened this issue Jan 15, 2019 · 2 comments

Comments

@theferrit32
Copy link
Member

After authenticating with a backend, there is a multi-second lag while handling the callback and performing other operations. This could be dependent on the user and on how many frequently they log in fresh, which impacts how much state is attached to their user account in the db.

Could be a loop that is having to retrieve rows into python memory to decrypt.

@theferrit32
Copy link
Member Author

Issue found:

@theferrit32
Copy link
Member Author

Mitigation options: switch to hash comparison for state value, or stop encrypting it. The values are strictly time limited to a short window of usability and even then do not provide a lot of value on their own without also being combined with the nonce, which is still encrypted.

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