Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Handle OAuth responses as querystring as well as JSON on Android#171

Open
stuartlangridge wants to merge 4 commits into
fullstackreact:master from
stuartlangridge:master
Open

Handle OAuth responses as querystring as well as JSON on Android #171
stuartlangridge wants to merge 4 commits into
fullstackreact:master from
stuartlangridge:master

Conversation

@stuartlangridge

@stuartlangridge stuartlangridge commented Oct 16, 2017

Copy link
Copy Markdown

Twitter, for example, returns OAuth token data as a querystring (x-www-form-urlencoded), not as JSON, so signing in breaks as per #165.
Correct this by catching the JSON parse error and falling back to extracting the parameters we need from the token instead.

Rustem Mussabekov and others added 4 commits September 12, 2017 18:04
(x-www-form-urlencoded), not as JSON, so signing in breaks as per
fullstackreact#165.
Correct this by catching the JSON parse error and falling back to
extracting the parameters we need from the token instead.
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull request Oct 25, 2017
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull request Oct 25, 2017
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull request Oct 26, 2017
shalin-jasani added a commit to shalin-jasani/react-native-oauth that referenced this pull request Sep 10, 2018
...ani/fullstackreact/react-native-oauth master branch (#1)
* Added fullstackreact#171
and my NSString *clientID fix, which might not be as good as
https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m
* Added fullstackreact#171
and my NSString *clientID fix, which might not be as good as
https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m
* Added fullstackreact#171
and my NSString *clientID fix, which might not be as good as
https://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m
* Merge PR 121, fix user agent, fix full screen webview
* Changed if/else statement to avoid React error.
* Fix duplicate RCTMethodInfo import (react/react-native#15775) (zoontek/react-native-permissions#137)
* Fix duplicate React library import error conflict w/certain pods
* Pass back response headers over javascript bridge
* Dispatch safariViewController on main queue
The safariViewController dispatch was occuring on another thread.
This sometimes caused app crashes when the view was presented,
in particular if the keyboard had been presented via a TextInput or
other component. The resulting crash complained about
_cachedSystemAnimationFence and the main thread. This has been with
other React Native apps that load a viewController.
Dispatching to present the viewController on the main thread fixes this
issue.
* Fix build issue
* Remove deprecated @OverRide
* Fix: Duplicate RCTMethodInfo while building iOS app
* Fix error for redefinition of RCTMethodInfo
* Ignored dist/
* 2.1.16
* 2.1.17
* 2.1.18
dionsake added a commit to dionsake/workspace-react-native-OAuth that referenced this pull request Jan 10, 2020
dionsake added a commit to dionsake/workspace-react-native-OAuth that referenced this pull request Jan 10, 2020
dionsake added a commit to dionsake/workspace-react-native-OAuth that referenced this pull request Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /