Skip to content

Commit

Permalink
Merge pull request #84 from interstateone/83-update-auth-urls
Browse files Browse the repository at this point in the history
Update Apple auth URLs
  • Loading branch information
interstateone authored Nov 13, 2019
2 parents a0b419a + ea8a1b5 commit 01101fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/AppleAPI/URLRequest+Apple.swift
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Foundation

extension URL {
static let itcServiceKey = URL(string: "https://olympus.itunes.apple.com/v1/app/config?hostname=itunesconnect.apple.com")!
static let itcServiceKey = URL(string: "https://appstoreconnect.apple.com/olympus/v1/app/config?hostname=itunesconnect.apple.com")!
static let signIn = URL(string: "https://idmsa.apple.com/appleauth/auth/signin")!
static let authOptions = URL(string: "https://idmsa.apple.com/appleauth/auth")!
static let submitSecurityCode = URL(string: "https://idmsa.apple.com/appleauth/auth/verify/trusteddevice/securitycode")!
static let trust = URL(string: "https://idmsa.apple.com/appleauth/auth/2sv/trust")!
static let olympusSession = URL(string: "https://olympus.itunes.apple.com/v1/session")!
static let olympusSession = URL(string: "https://appstoreconnect.apple.com/olympus/v1/session")!
}

extension URLRequest {
Expand Down

0 comments on commit 01101fb

Please sign in to comment.