v1.6.0
Changes:
- Allow configuring of auth-options (#14)
- Path handling: In case the plugin is registered with a prefix (
routes: { prefix: '/docs' }
) the path/docs/
will not work unless the router option stripTrailingSlash is set to true (router: { stripTrailingSlash: true }
. Requests to /docs and /docs/index.html will work either way. (Related to #11)