Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class OAuthViewController: UIViewController, WKUIDelegate, WKNavigationDelegate
var userEmail: String?

/// Regular expression to extract the token value from the cookies
let tokenRegexp = "(?<=PHPSESSID=)[^;]*"
let tokenRegexp = "(?<=user=)[^;]*"

/// Delegate to call when the authentication is finished
weak var oAuthDelegate: OAuthDelegate?
Expand Down