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

Process Hash token payload #1

Merged
merged 2 commits into from
Dec 9, 2015
Merged

Process Hash token payload #1

merged 2 commits into from
Dec 9, 2015

Conversation

kgilpin
Copy link
Contributor

@kgilpin kgilpin commented Oct 20, 2014

No description provided.

expect(subject.login).to eq('alice')
expect(subject.attributes).to eq({"capabilities" => { "fry" => "bacon" }})
# Don't mutate the token
expect(token).to eq(token)
Copy link
Contributor

Choose a reason for hiding this comment

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

This is always true. You probably want to dup the token somewhere before mangling it.

@dustinmm80
Copy link
Contributor

@dividedmind is this okay to merge? Not sure re: your comment

@dividedmind dividedmind merged commit 0f7971b into master Dec 9, 2015
@dividedmind dividedmind deleted the payload-hash branch December 9, 2015 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants