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

104 use serializers for views #170

Merged
merged 15 commits into from
Apr 22, 2023
Merged

Conversation

wagnerdelima
Copy link
Owner

@wagnerdelima wagnerdelima commented Apr 21, 2023

Description

Increases coverage for 81%.

Checklist

  • Do unit tests run with no errors?
  • Has coverage not decreased?
  • Is your code concise and clean?

If refresh token had been previously revoked, and the access token still valid, once authentication happened again, the request raised an exception. Now, it recreates both access and refresh token.

Signed-off-by: Wagner de Lima <[email protected]>
@wagnerdelima wagnerdelima linked an issue Apr 21, 2023 that may be closed by this pull request
Signed-off-by: Wagner de Lima <[email protected]>
Model bakery automates the creation of model fixtures.

Signed-off-by: Wagner de Lima <[email protected]>
@wagnerdelima wagnerdelima self-assigned this Apr 22, 2023
@wagnerdelima wagnerdelima added enhancement New feature or request major version Automatically create a new major version tag after PR is merged drf-oauth2 labels Apr 22, 2023
@wagnerdelima wagnerdelima merged commit 81bda9e into master Apr 22, 2023
@wagnerdelima wagnerdelima deleted the 104-use-serializers-for-views branch April 22, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bearer-token drf-oauth2 enhancement New feature or request major version Automatically create a new major version tag after PR is merged social-auth-pipeline test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use serializers for views
1 participant