mirror of
https://github.com/OAuthSwift/OAuthSwift.git
synced 2026-04-26 20:55:57 +03:00
[GH-ISSUE #666] SafariURLHandler presents SFSafariViewController without keyboard #430
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#430
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 @hermiteer on GitHub (Jun 19, 2021).
Original GitHub issue: https://github.com/OAuthSwift/OAuthSwift/issues/666
Description:
SafariURLHandler presents SFSafariViewController without keyboard, making it impossible to type a password in to complete the OAuth flow on Twitch.
OAuth Provider? (Twitter, Github, ..):
Twitch
OAuth Version:
OS (Please fill the version) :
Installation method:
Library version:
2.1.2
Xcode version:
11.4 (Swift 5.2)
11.x (Swift 5.1)
10.x (Swift 5.0)
other: (Please fill in the version you are using.)
Xcode 12.5
objective c
@phimage commented on GitHub (Jun 19, 2021):
any reason to not pass to ASWebAuthenticationSession ?
then you could edit the code to see if you find a fix
there is also a factory field to customise the instance
github.com/OAuthSwift/OAuthSwift@2384f60031/Sources/Handler/SafariURLHandler.swift (L30)