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

Customize the Scheme used in the redirect_uri parameter #54

Merged
merged 1 commit into from
Dec 16, 2016

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Dec 15, 2016

Customize the Scheme used in the redirect_uri. Default scheme is still https.

WebAuthProvider.init(account)
                .withScheme("myapp")
                .start(MainActivity.this, authCallback);

Related to #52

@hzalaz hzalaz modified the milestone: 1.4.0 Dec 16, 2016
@hzalaz hzalaz merged commit 15fae5e into master Dec 16, 2016
@hzalaz hzalaz deleted the custom-scheme branch December 16, 2016 18:58
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.

None yet

2 participants