Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enterprise single domain support #343

Merged
merged 7 commits into from
Nov 24, 2016
Merged

Enterprise single domain support #343

merged 7 commits into from
Nov 24, 2016

Conversation

cocojoe
Copy link
Member

@cocojoe cocojoe commented Nov 22, 2016

No description provided.

Copy link
Member

@hzalaz hzalaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also we need to find a better name for EnterpriseDomainPresenter

@@ -26,7 +26,7 @@ import UIKit
public class AuthStyle {

/// Name that will be used for titles. e.g. 'Login with Auth0'
public let name: String
public var name: String
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why var?

@@ -62,7 +62,7 @@ public protocol ConnectionBuildable: Connections {
- parameter name: name of the connection
- parameter domain: array of enterprise domains
*/
mutating func enterprise(name name: String, domains: [String])
mutating func enterprise(name name: String, domains: [String], style: AuthStyle)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to have a way to add a new enterprise connection without defining an AuthStyle

Customised login/signup titles
@hzalaz hzalaz added this to the 2.0.0-rc.1 milestone Nov 24, 2016
@hzalaz hzalaz merged commit af1330b into v2 Nov 24, 2016
@hzalaz hzalaz deleted the enterprise_single_latest branch November 24, 2016 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants