Skip to content

v1.6.0

Compare
Choose a tag to compare
@z0mt3c z0mt3c released this 25 Jun 09:35
· 98 commits to master since this release

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)