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

feat(auth/profile): solve refresh token access and update profile with with PATCH method #80

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

Pradip-p
Copy link
Collaborator

Description

This PR addresses two key improvements:

  1. Refresh Token Access: Fixes the issue with refresh token access, ensuring that tokens are handled correctly for maintaining user sessions.

  2. Profile Update with PATCH: Implements the ability to update user profiles using the PATCH method, allowing partial updates to user information.

Changes

  • Auth: Updated the logic for managing and validating refresh tokens.
  • Profile: Added support for updating user profiles with partial data using the PATCH method.

Testing

  • Verify that refresh tokens are correctly issued and validated.
  • Test updating user profiles with partial data to ensure that changes are applied correctly.

Feel free to adjust any details as needed!

@sijandh35 sijandh35 merged commit a44f207 into main Jul 19, 2024
1 check passed
@nrjadkry nrjadkry deleted the feat/refresh-token branch July 24, 2024 04:52
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.

3 participants