Raman Shekhawat

Results 3 issues of Raman Shekhawat

this lib is dependent on https://kazuhikoarase.github.io/qrcode-generator/js/demo/. when I create a QR there it's scannable from all devices and all QR apps. but when I create the same QR from https://qr-code-styling.com/...

* **I'm submitting a ...** - [x] Bug report - [ ] Feature request - [ ] Support request - [ ] Other * **What is the current behavior and...

needs investigation

## After using this library, the docs have only model routes, authentication route is completely invisible. ````js app.configure(sequelize); // Configure other middleware (see `middleware/index.js`) app.configure(middleware); app.configure(authentication); app.configure(sequelizeToJsonSchemas as any); app.configure(...