nicholastay / passport-discord

Passport strategy for authentication with Discord (discordapp.com)
ISC License
172 stars 55 forks source link

Update server.js #24

Closed IeuanGol closed 4 years ago

IeuanGol commented 4 years ago

This wouldn't work for me.. i kept getting error codes... i asked in a discord server and this seemed to of fixed it :)

error code btw was:

passport.use(new Strategy({
                 ^

ReferenceError: Strategy is not defined
nicholastay commented 4 years ago

The idea of this example was to be run with the repo cloned, not directly with an npm install. So ../lib would point at the library.