Skip to content
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

adds FAQ section, Real World Example section and answer to first question #33

Merged
merged 3 commits into from
Apr 14, 2015

Conversation

nelsonic
Copy link
Member

see: #32 for discussion.

node module from NPM with `npm install jsonwebtoken --save` if you want to ***sign*** JWTs in your app.
Even though **hapi-auth-jwt2** includes it
as a **dependency** your app does not know where to find it in the **node_modules** tree for your project.
unless you include it via ***relative path*** e.g:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: this should be either a capital 'U' or not after a full stop

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What line are you referring to...? 😕 ❓

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. line 199. corrected. please specify the line number next time. thanks!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, thought that the point of inline comments was that it would tell you which line - seems like it doesn't!

iteles added a commit that referenced this pull request Apr 14, 2015
adds FAQ section, Real World Example section and answer to first question
@iteles iteles merged commit 76ddac3 into master Apr 14, 2015
@iteles iteles deleted the FAQ branch April 14, 2015 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants