whos-there

Authorization middleware for route-now

Usage no npm install needed!

<script type="module">
  import whosThere from 'https://cdn.skypack.dev/whos-there';
</script>

README

Who's There

Authorization middleware for route-now.

    const router = require('route-now')
    const validate = require('whos-there')
    const app = router()
    app.use('/', validate())
    app.get(...)
    module.exports = app.handler