-
Notifications
You must be signed in to change notification settings - Fork 51
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
waterline validation error #18
Comments
When you try to exchange code to access token and refresh token, then the Markko On Monday, March 23, 2015, Anders Riutta [email protected] wrote:
|
Thanks for the tip. Yes, I will try to make time to dig into it more within
|
So it looks as if this happens: GET /test?code=abc123... 200 POST /user/token 200 GET /test?code=abc123... 200 Not sure what's going on with the second GET. |
The waterline validation error at the bottom is shown in the terminal when you click the "Get Token" button on the "Test Auth Flows" page
http://localhost:3001/test?code=CODE_VALUE
in the example. It's coming from this line. Making it not required removes the error, as in this temporary fix, but should it be required?The text was updated successfully, but these errors were encountered: