Skip to content

Releases: rafecolton/vauth

Refactor to not depend on martini-contrib/auth

10 Nov 18:23
Compare
Choose a tag to compare

This release includes a refactor of the SecureCompare function both to make it faster / less redundant and to make it not depend on martini-contrib/auth.

Thanks @moorereason!

Initial release plus a bug fix

30 Oct 20:53
Compare
Choose a tag to compare

Looks like this repo was never tagged. It should have been tagged with v0.1.0 upon release. This tag suffices as the initial tagging plus a fix to a but where authorizing a request from GitHub would close the request body such that it could not be read by subsequent function calls.