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

Added support for custom oauth2 connections #648

Merged
merged 8 commits into from
Oct 19, 2016
Merged

Added support for custom oauth2 connections #648

merged 8 commits into from
Oct 19, 2016

Conversation

glena
Copy link
Contributor

@glena glena commented Oct 17, 2016

const options = { 
      theme: {
        authButtons: {
          "connectionName": {
            displayName: "...", 
            primaryColor: "...", 
            foregroundColor: "...", 
            icon: "url(...)"
          }
        }
      }
    };

const lock = new Auth0Lock(cid, domain, options);

@glena glena added this to the v10.5.0 milestone Oct 17, 2016
strategy: React.PropTypes.string.isRequired
strategy: React.PropTypes.string.isRequired,
icon: React.PropTypes.string,
background: React.PropTypes.string
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this one be style?

Copy link
Member

Choose a reason for hiding this comment

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

yeah or color

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed 🐢

@hzalaz hzalaz merged commit 9a3b257 into auth0:master Oct 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants