All Versions
4
Latest Version
Avg Release Cycle
35 days
Latest Release
-
Changelog History
Changelog History
-
v2.2.3 Changes
- ➕ Added a changelog for https://github.com/CultivateHQ/basic_auth/issues/37
- ✅ Set Cowboy dependency to only :dev and :test, so that clients of the library are free to choose their own version of Cowboy.
-
v2.2.2 Changes
December 12, 2017🐛 Bug fixes
- Guard against timing attacks using
Plug.Crypto.secure_compare/2
- Guard against timing attacks using
-
v2.2.1 Changes
October 26, 2017🐛 Bug fixes
- ➕ Add content type to page response headers from Scott S scottswezey@users.noreply.github.com
Other
- 🔨 Various refactorings and increasing test coverage
-
v2.1.5 Changes
October 04, 2017🐛 Bug fixes
- 👍 Allow passwords to contain a colon, from https://github.com/CultivateHQ/basic_auth/pull/28
- 📚 Various documentation fixes
- Invalid basic auth base64 encoding should return a 401 https://github.com/CultivateHQ/basic_auth/pull/24