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

fix: Update to user password should persist new sessionToken to Keychain #147

Merged
merged 3 commits into from
Jan 12, 2024

Conversation

cbaker6
Copy link
Member

@cbaker6 cbaker6 commented Jan 12, 2024

New Pull Request Checklist

Issue Description

Approach

TODOs before merging

  • Add tests
  • Add entry to changelog

@cbaker6 cbaker6 linked an issue Jan 12, 2024 that may be closed by this pull request
3 tasks
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (32a96a4) 91.65% compared to head (742e288) 91.71%.

Files Patch % Lines
Sources/ParseSwift/Objects/ParseUser.swift 97.44% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #147      +/-   ##
==========================================
+ Coverage   91.65%   91.71%   +0.06%     
==========================================
  Files         178      178              
  Lines       15511    15715     +204     
==========================================
+ Hits        14216    14413     +197     
- Misses       1295     1302       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cbaker6 cbaker6 merged commit dc037bd into main Jan 12, 2024
14 checks passed
@cbaker6 cbaker6 deleted the fixChangePassword branch January 12, 2024 19:20
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.

Updating User password creates new sessionToken not decoded on client
1 participant