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

Silent authentication #59

Merged
merged 4 commits into from
Aug 22, 2018

Conversation

danielbatallaq
Copy link
Contributor

@danielbatallaq danielbatallaq commented Aug 1, 2018

Add silent authentication functionality
Now you can pass prompt parameter in redirect_to path, and authorize_params method will add it to the authorization params.

Closes #58

If the user add prompt param to the request query string, then the
authorize_params method will consider this param when making the
request_phase url.
@joshcanhelp
Copy link
Contributor

@batalla3692 - Thank you for the PR and apologies for the delay in response here (did not have notifications setup but I do now).

I have a quick piece of feedback that I'll post as a review, otherwise this looks fine.

.gitignore Outdated
tmp/
.idea
Copy link
Contributor

Choose a reason for hiding this comment

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

@danielbatallaq
Copy link
Contributor Author

Thanks @joshcanhelp, I remove that rule from .gitignore

This ignore rules must live in ~/.gitignore_global
@joshcanhelp
Copy link
Contributor

Thanks @batalla3692! I'll merge this now and release it as soon as possible. We're working on getting ID token validation in for the next release so it will be bundled with that.

@joshcanhelp joshcanhelp added this to the v2-Next milestone Aug 22, 2018
@joshcanhelp joshcanhelp merged commit db9b8b4 into auth0:master Aug 22, 2018
@danielbatallaq danielbatallaq deleted the silent-authentication branch August 22, 2018 14:33
@danielbatallaq danielbatallaq restored the silent-authentication branch August 22, 2018 14:34
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