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

197 competing authentication tokens when using multiple devices #229

Conversation

wagnerdelima
Copy link
Owner

Description

Please include changes' summary that your pull request entails.

Fixes # (issue)

Checklist

  • Do unit tests run with no errors?
  • Has coverage not decreased?
  • Is your code concise and clean?
  • Are the conf.py and installation sphinx updated with the new version?
  • Is the init.py version variable updated?

Removed unnecessary validation and token checking during access token creation. The token is now created directly using the grant type handler, reducing code complexity and potential for errors.
In the test_oauth2_endpoints.py, a pytest import has been added to enable use of pytest functionalities. Additionally, the `test_reuse_social_token` function has been marked with pytest's skip marker to avoid its execution during test runs.
@wagnerdelima wagnerdelima merged commit 02d3646 into master Jun 23, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

1 participant