Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hzalaz committed Mar 13, 2017
1 parent 230dfd9 commit 3b04d11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "auth0/Auth0.swift" "feature_webauth_spawn"
github "auth0/Auth0.swift" ~>1.3.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "auth0/Auth0.swift" "da05010e27911b84bf362d7c9ffa92a2b3eee152"
github "auth0/Auth0.swift" "1.3.0"
github "emaloney/CleanroomASL" "2.1.2"
github "Quick/Nimble" "v5.1.1"
github "AliSoftware/OHHTTPStubs" "5.2.2-swift3"
Expand Down
2 changes: 1 addition & 1 deletion Lock/Auth0OAuth2Interactor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ struct Auth0OAuth2Interactor: OAuth2Authenticatable {
.scope(self.options.scope)
.parameters(parameters)

_ = auth.logging(enabled: self.options.logHttpRequest)
auth = auth.logging(enabled: self.options.logHttpRequest)

if let audience = self.options.audience {
auth = auth.audience(audience)
Expand Down
2 changes: 1 addition & 1 deletion Lock/OptionBuildable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public protocol OptionBuildable: Options {
/// Scope used for authentication. By default is `openid`.
var scope: String { get set }

/// Allows you to specify provider scopes for oauth2/social connections with a comma separated list. By default is empty.
/// Allows you to specify provider scopes for oauth2/social connections with a comma separated list (values depend on the social IdP). By default is empty.
var connectionScope: [String: String] { get set }

/// Authentication parameters sent with every authentication requests. By default is an empty dictionary.
Expand Down

0 comments on commit 3b04d11

Please sign in to comment.