Files
socket.io/examples/passport-example

Example with Passport

This example shows how to retrieve the authentication context from a basic Express + Passport application.

Passport example

How to use

$ npm ci && npm start

And point your browser to http://localhost:3000. Optionally, specify a port by supplying the PORT env variable.