Skip to content

Commit

Permalink
Improve sign in flow when refreshing token needed
Browse files Browse the repository at this point in the history
Also updated TDConnectIosSdk to v0.6.7.
  • Loading branch information
jorunfa committed Jun 29, 2016
1 parent 99c466b commit bc0eecd
Show file tree
Hide file tree
Showing 17 changed files with 247 additions and 224 deletions.
17 changes: 11 additions & 6 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
project 'TelenorConnectIosHelloWorld.xcodeproj'
platform :ios, '8.0'
use_frameworks!
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'

target 'TelenorConnectIosHelloWorld' do
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http'
pod 'TDConnectIosSdk', :git => 'https://github.com/telenordigital/connect-ios-sdk'
end
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for TelenorConnectIosHelloWorld
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http'
pod 'TDConnectIosSdk', :git => 'https://github.com/telenordigital/connect-ios-sdk'

end

14 changes: 7 additions & 7 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- AeroGearHttp (0.5.1)
- AeroGearHttp (0.6.0)
- CryptoSwift (0.4.1)
- JSONWebToken (1.5.0):
- CryptoSwift (~> 0.4.0)
- TDConnectIosSdk (0.6.6):
- TDConnectIosSdk (0.6.7):
- AeroGearHttp
- JSONWebToken

Expand All @@ -19,18 +19,18 @@ EXTERNAL SOURCES:

CHECKOUT OPTIONS:
AeroGearHttp:
:commit: 20e954caa168ed8605ae05322fbfaf038fd79366
:commit: 2a8ec606689c6393b9d1288628f70540146f4ade
:git: https://github.com/aerogear/aerogear-ios-http
TDConnectIosSdk:
:commit: 1c3306be0887555a2ebe4820b01f42aad026619c
:commit: c516ff01b1e08b5e670cf98710eb8a0f17e1f29f
:git: https://github.com/telenordigital/connect-ios-sdk

SPEC CHECKSUMS:
AeroGearHttp: 9eb405b694aa9ac5daff842f68648f4a9fe0fa66
AeroGearHttp: e958f301cc2d1c7fbfd4b61af187ea3490040a48
CryptoSwift: 25b5aff3f260967391f8fff2e9abe4254d2c6fd5
JSONWebToken: 6c8968ace6b60b2e6156a7bbe5019fd9b5ff9b5a
TDConnectIosSdk: d0503de4b846e2579a3e2b43ce59570031d14165
TDConnectIosSdk: 904a8dfa63a3d936daf56e2924bc464db426839c

PODFILE CHECKSUM: 1c96fe7691aaf078d7cdde56220fd023769a51ba
PODFILE CHECKSUM: b4ee71a4f6c6fbc8db28daac12b4c8438ff1e5bc

COCOAPODS: 1.0.1
14 changes: 10 additions & 4 deletions Pods/AeroGearHttp/AeroGearHttp/Http.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions Pods/AeroGearHttp/AeroGearHttp/Utils.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Local Podspecs/AeroGearHttp.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Pods/Local Podspecs/TDConnectIosSdk.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bc0eecd

Please sign in to comment.