Passport bindings for BuckleScript in Reason.
Install bs-passport using npm:
npm install --save @shikanime/bs-passportThen add @shikanime/bs-passport as a dependency to bsconfig.json
Right now the library is somewhat underdocumented, so please view the interface file Passport.rei or the example folder to see library usage.
Build and start the server:
npm startRun the tests:
npm test