-
Notifications
You must be signed in to change notification settings - Fork 1
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
Provide detailed tutorial #2
Comments
Sounds like a good idea. Out of curiosity, what issues are you having? |
It's better just to zip you the solution. |
If you navigate to the /oauth/authorize route without having a logged in user, then it should return a 401. Take a look at this line. This is so we know what user we are authorizing. From the zipped project you sent, you don't have any kind of user model, but you could just mock a user being logged in by setting Also, you'll need an actual Authorization view and return it in the Hope this helps. I'll write a blog post shortly on how to get things up and running and add a link to this issue 👍 |
It would be really nice if you can provide a detailed tutorial from start to finish. Where you begin with a new project; go through installing and setting up Nancy with this library for use. It would help a great deal. I'm currently struggling to make this to work, but don't know if there are steps that i missed, or just did them wrong.
The text was updated successfully, but these errors were encountered: