Movatterモバイル変換


[0]ホーム

URL:


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

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
stuartlangridge wants to merge4 commits intofullstackreact:master
base:master
Choose a base branch
Loading
fromstuartlangridge:master

Conversation

@stuartlangridge
Copy link

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 Mussabekovand others added4 commitsSeptember 12, 2017 18:04
(x-www-form-urlencoded), not as JSON, so signing in breaks as perfullstackreact#165.Correct this by catching the JSON parse error and falling back toextracting the parameters we need from the token instead.
Merge in OAuthManager.h iOS fixes
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull requestOct 25, 2017
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull requestOct 25, 2017
SailingSteve added a commit to SailingSteve/react-native-oauth that referenced this pull requestOct 26, 2017
shalin-jasani added a commit to shalin-jasani/react-native-oauth that referenced this pull requestSep 10, 2018
…ani/fullstackreact/react-native-oauth master branch (#1)* Addedfullstackreact#171and my NSString *clientID fix, which might not be as good ashttps://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m* Addedfullstackreact#171and my NSString *clientID fix, which might not be as good ashttps://github.com/fullstackreact/react-native-oauth/blob/2f8c8d1483526bbc8a6ca72183c6d11a71538ad3/ios/OAuthManager/OAuthManager.m* Addedfullstackreact#171and my NSString *clientID fix, which might not be as good ashttps://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 (facebook/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 queueThe 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 orother component. The resulting crash complained about_cachedSystemAnimationFence and the main thread. This has been withother React Native apps that load a viewController.Dispatching to present the viewController on the main thread fixes thisissue.* 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 requestJan 10, 2020
dionsake added a commit to dionsake/workspace-react-native-OAuth that referenced this pull requestJan 10, 2020
dionsake added a commit to dionsake/workspace-react-native-OAuth that referenced this pull requestJan 10, 2020
Sign up for freeto 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

@stuartlangridge

[8]ページ先頭

©2009-2025 Movatter.jp