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

Add OAuth support #91

Closed
wants to merge 17 commits into from
Closed

Add OAuth support #91

wants to merge 17 commits into from

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Mar 12, 2021

Depends on server PR: parse-community/parse-server#7257

  • Add sync, async, and publisher OAuth
  • Add test cases
  • Add documentation
  • Add changelog

@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #91 (404c725) into main (f3f2244) will increase coverage by 0.22%.
The diff coverage is 92.90%.

❗ Current head 404c725 differs from pull request most recent head 47683b2. Consider uploading reports for the commit 47683b2 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main      #91      +/-   ##
==========================================
+ Coverage   81.02%   81.25%   +0.22%     
==========================================
  Files          65       65              
  Lines        5477     5600     +123     
==========================================
+ Hits         4438     4550     +112     
- Misses       1039     1050      +11     
Impacted Files Coverage Δ
Sources/ParseSwift/API/Responses.swift 88.57% <ø> (ø)
Sources/ParseSwift/Objects/ParseUser.swift 82.39% <91.72%> (+1.17%) ⬆️
Sources/ParseSwift/API/API.swift 96.33% <100.00%> (+0.37%) ⬆️
Sources/ParseSwift/Objects/ParseUser+combine.swift 93.84% <100.00%> (+0.86%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3f2244...47683b2. Read the comment docs.

@cbaker6 cbaker6 marked this pull request as draft March 13, 2021 15:53
cbaker6 added 15 commits March 13, 2021 14:04
Conflicts:
	ParseSwift.playground/Pages/4 - User - Continued.xcplaygroundpage/Contents.swift
Note: expiresAt from server needs to be real date and not a number.
Conflicts:
	Sources/ParseSwift/Objects/ParseUser.swift
Conflicts:
	CHANGELOG.md
Conflicts:
	CHANGELOG.md
Conflicts:
	CHANGELOG.md
@cbaker6 cbaker6 closed this Jan 31, 2022
@cbaker6 cbaker6 deleted the oath branch January 31, 2022 12:03
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.

1 participant