mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 12:45:52 +03:00
[GH-ISSUE #45] Why demoapp prefers safari over webview #26
Labels
No labels
bug
cocoapod
duplicate
enhancement
feature-request
help wanted
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OAuthSwift#26
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ramki1979 on GitHub (Apr 8, 2015).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/45
I have seen quite a few posts on internet about appstore rejections for using safari for OAuth login instead of webview.
@zavada commented on GitHub (Apr 26, 2015):
+1
@zavada commented on GitHub (Apr 26, 2015):
@ramki1979 I have found the example with webview. Just uncomment in the ViewController.swift for twitter
@ramki1979 commented on GitHub (Apr 26, 2015):
I have already done that, But just want to know If I miss something relative to security.
I have also created an OAuthSDK that supports 1 & 2 @ https://github.com/ramki1979/OAuthSDK.
The project goals are different and currently its need some refactoring to use in production!!
@eitanjt commented on GitHub (May 22, 2015):
Hi, i used the example whit the "oauthswift.webViewController = WebViewController()" uncommented, and yes it works, but still it doesn't let me to manage the interface, id like to call the login in a uiwebview, can anyone help me to do this?
@phimage commented on GitHub (May 24, 2015):
@eitanjt go to #63 (#69)
@phimage commented on GitHub (Aug 7, 2015):
@ramki1979 please close this issue
OAuthSwift could use webview with authorize_url_handler attribute
(OAuthWebViewController is provided as "abstract" controller, and demo code WebViewController show how to use it)