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

Return full response object after authentication #110

Merged
merged 1 commit into from
May 27, 2018

Conversation

DesignByOnyx
Copy link
Contributor

@DesignByOnyx DesignByOnyx commented Apr 5, 2018

closes #89
This allows the authentication response to return other data alongside the auth token (jwt). This is particularly useful for allowing the user object to be returned during authentication. Without this code, the client has to make a second request for the user.

@chasenlehara chasenlehara merged commit 1ecf653 into master May 27, 2018
@chasenlehara chasenlehara deleted the 89-decorate-auth-response branch May 27, 2018 18:54
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.

Decorate authorization response with payload
2 participants