Skip to content

Instantly share code, notes, and snippets.

@Mirch
Created November 30, 2018 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mirch/06d50d3c711c17f3bb95ac75d3e884d8 to your computer and use it in GitHub Desktop.
Save Mirch/06d50d3c711c17f3bb95ac75d3e884d8 to your computer and use it in GitHub Desktop.
app.post('/api/posts',
passport.authenticate('jwt',
{ session: false }),
handlePost)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment