summaryrefslogtreecommitdiff
path: root/test/plugs/authentication_plug_test.exs
AgeCommit message (Expand)Author
2020-10-13tests consistencyAlexander Strizhakov
2020-05-25Skip failing `:crypt` test on macEgor Kislitsyn
2020-05-17AuthenticationPlug: Also update crypt passwords.lain
2020-05-17Authentication Plug: Update bcrypt password on login.lain
2020-05-13Handle bcrypt passwords for Mastodon migrationAlex Gleason
2020-05-12Upgrade Comeonin to v5Alex Gleason
2020-04-17[#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks w...Ivan Tashkinov
2020-03-03Update CopyrightsMark Felder
2019-09-18Bump copyright years of files changed in 2019Haelwenn (lanodan) Monnier
2019-07-22Exclude tests that use :crypt.crypt/2 on macOSSergey Suprunenko
2019-07-20[tests] Mock :crypt.crypt/2 function in AuthenticationPlugTestSergey Suprunenko
2019-07-18tests for Plugs.AuthenticationPlugMaksim
2018-12-23tests: add legal boilerplateWilliam Pitcock
2018-09-05Simplify AuthenticationPluglain
2018-09-05auth against sha512-crypt password hashes, upgrade to pbkdf2Moon Man
2018-03-30Format the code.lain
2017-12-07Don't log in deactivated users.Lain Iwakura
2017-05-16AP refactoring.Roger Braun
2017-03-30Short circuit user verification if cookie is present.Roger Braun
2017-03-20Add basic auth.Roger Braun