-
Notifications
You must be signed in to change notification settings - Fork 386
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
oauth not responding #70
Comments
The same issue for me. |
I just struck this one too. I'm still fairly new to Express, but try adding the oauth.authorize() call as a callback function to your route. E.g.
As |
@ChicoFigueiredo - The link you supplied is missing. @nguyentuandat can you supply some code? @thejoshsmith - have you implemented the various model functions? What is exactly happening when you execute this route? |
@mjsalinger yes I implemented the model methods (using redis), however I found when using
in my authorize route, the server would just hang. I didn't spend too much time debugging as what I posted above did the trick. |
I'm try generate oauth tokens with password grant but the server not responding
my branch: https://github.com/ChicoFigueiredo/receita.digital/tree/001-criando-servidor-oauth2/server
Postman :
Testes.postman_collection.json.zip
I'm using mongodb
The text was updated successfully, but these errors were encountered: