Skip to content

v1.3.0

Compare
Choose a tag to compare
@mattoberle mattoberle released this 27 Aug 14:13
· 9 commits to master since this release
9725b50

#29 - Enables HEAD as an allowed unauthenticated method.

The logic for determining whether a route is protected only allowed GET as a read-only method.
This meant that whenever a HEAD request is issued a user would be redirected to the authentication page.