Skip to content

Exposed protected Transaction data #3

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

Merged
merged 2 commits into from
Mar 24, 2017
Merged

Exposed protected Transaction data #3

merged 2 commits into from
Mar 24, 2017

Conversation

mjvmroz
Copy link
Contributor

@mjvmroz mjvmroz commented Mar 19, 2017

This library is largely unopinionated, to the point that it does not even expose its own HTTP client's async types. The dependency on Java's Serializable contradicts this sentiment, and I'm keen to see it removed.

The aim of this PR is to make available to developers the information associated with a Transaction to avoid the necessity of serializing it through a poor mechanism. Correspondingly, Guardian#confirmEnroll(String, String) has been added as an overload on Guardian#confirmEnroll(Transaction, String) to represent more accurately what information is necessary for the method to succeed.

@mjvmroz mjvmroz changed the title Exposed needlessly protected Transaction data Exposed protected Transaction data Mar 19, 2017
@mjvmroz mjvmroz changed the title Exposed protected Transaction data Exposed protected Transaction data Mar 19, 2017
@hzalaz hzalaz added this to the vNext milestone Mar 24, 2017
@hzalaz hzalaz merged commit 6f61b2c into auth0:master Mar 24, 2017
@hzalaz hzalaz modified the milestones: vNext, 0.1.0 Mar 24, 2017
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