-
Notifications
You must be signed in to change notification settings - Fork 415
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
Added JWT Oauth Support and Response documentation support #156
base: master
Are you sure you want to change the base?
Conversation
@@ -3,3 +3,4 @@ node_modules/* | |||
config.json | |||
logs/* | |||
pids/* | |||
.idea/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an IDE specific addition. It should go in your personal/global .gitignore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aah, yes,, true... sorry for that. Will take care of this in future.
app.set('views', __dirname + '/views'); | ||
app.set('view engine', 'jade'); | ||
app.use(function (req, res, next) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what exactly does this do?
@kushal-likhi this is a nice feature to add. I'd like to clean up this PR so we can merge it. I just have a few concerns.
aside from the nitpicking this looks like a great addition to iodocs :) |
I'd like to add JWT authentication to my docs. Anyone have any luck with this? |
Following Updates are done
Attached the response documentation screenshot