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

Feature set-able nonce #119

Merged
merged 9 commits into from
Nov 27, 2019
Merged

Feature set-able nonce #119

merged 9 commits into from
Nov 27, 2019

Conversation

onevcat
Copy link
Member

@onevcat onevcat commented Nov 25, 2019

Refactor for stable login parameter interfaces. Add a set-able nonce value to allow users to set their own nonce value when login.

}

init(_ value: LoginManager.Parameters) { _value = value }
var unwrapped: LoginManager.Parameters { return _value }
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we could adjust the unwrapped to fit the optional and unwrapped meaning, or directly use _value later.

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

Copy link
Contributor

@eJamesLin eJamesLin left a comment

Choose a reason for hiding this comment

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

👍

@onevcat onevcat merged commit a9aaedc into master Nov 27, 2019
@onevcat onevcat deleted the feature/setable-nonce branch November 27, 2019 04:26
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.

2 participants