Skip to content

Commit

Permalink
Merge pull request #26 from Web3Auth/fix_session_expired
Browse files Browse the repository at this point in the history
Contains fix for expired session in underlying dependency
  • Loading branch information
chaitanyapotti authored Oct 25, 2024
2 parents 95e1ea4 + 2044a23 commit 4514ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/torusresearch/torus-utils-swift.git", from: "10.0.0"),
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.0.0"),
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.0"),
.package(url: "https://github.com/Web3Auth/session-manager-swift.git", from: "6.0.1"),
.package(url: "https://github.com/auth0/JWTDecode.swift.git", from: "3.2.0")
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions SingleFactorAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "SingleFactorAuth"
spec.version = "9.0.0"
spec.version = "9.0.1"
spec.ios.deployment_target = "14.0"
spec.summary = "Enable one key flow for Web3Auth"
spec.homepage = "https://github.com/Web3Auth/single-factor-auth-swift"
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/web3Auth/single-factor-auth-swift", :tag => spec.version }
spec.source_files = "Sources/SingleFactorAuth/*.{swift,json}","Sources/SingleFactorAuth/**/*.{swift,json}"
spec.dependency 'Torus-utils', '~> 10.0.0'
spec.dependency 'TorusSessionManager', '~> 6.0.0'
spec.dependency 'TorusSessionManager', '~> 6.0.1'
spec.dependency 'JWTDecode', '~> 3.2'
end

0 comments on commit 4514ea7

Please sign in to comment.