-
Notifications
You must be signed in to change notification settings - Fork 86
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
The example hangs on [ EXECUTING: Generate Authorization Code] #13
Comments
If you comment the code block of generateAuthorizationCode() function and run the example, it works. |
Commenting out generateAuthorizationCode() worked for me too. I am comparing these two examples that have a postgres DB implemented. Perhaps your Express-Shield would be a good candidate to add a Postgres backend? Really appreciate the html example you have so far, thank you. |
@14gasher had already found a way to fix this: oauth-example/auth/oauth/model.js Line 112 in e51401e
|
As pointed out, this is a problem in the library. I've pointed it out several times to the community over there, but they still haven't fixed it. |
When I run the example and get to
http://localhost:3030/oauth/?grant_type=authorization_code&response_type=code&client_id=myClientId&redirect_uri=http://localhost:3030/client/app&state=myState
and submit with defailt username and password, the page hangs forever. There are no errors in the console. Possibly some
.next()
missing?The text was updated successfully, but these errors were encountered: