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 grant type password realm support #71

Merged
merged 2 commits into from
Dec 13, 2016
Merged

Conversation

cocojoe
Copy link
Member

@cocojoe cocojoe commented Dec 8, 2016

No description provided.

@cocojoe cocojoe force-pushed the grant_type_password_realm branch 2 times, most recently from fc0bf95 to 1497e64 Compare December 12, 2016 14:16
@cocojoe cocojoe changed the title Grant type password realm (Provisional) Added grant type password realm support Dec 12, 2016
@hzalaz hzalaz added this to the 1.1.0 milestone Dec 12, 2016
var payload: [String: Any] = [
"username": username,
"password": password,
"grant_type": "password",
Copy link
Member

Choose a reason for hiding this comment

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

This is not the correct grant type for password realm

@hzalaz hzalaz merged commit df3823c into master Dec 13, 2016
@hzalaz hzalaz deleted the grant_type_password_realm branch December 13, 2016 13:45
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