summaryrefslogtreecommitdiff
path: root/test/support/auth_test_helper.rb
AgeCommit message (Collapse)Author
2016-03-28api: added allow ability to limit what IPs can access api using a static ↵elijah
configured auth token.
2014-07-17clean up error assertions in testsAzul
We're not testing the redirects anymore. But the error messages should be pretty clear already. We can start testing redirects again once we redirect to different places for different actions.
2014-07-14clean up and simplify error responses and test codeAzul
2014-05-26Merge pull request #163 from azul/feature/3398-save-hashed-tokenazul
hash token with sha512 against timing attacs #3398
2014-05-26hash token with sha512 against timing attacs #3398Azul
2014-05-26fix test to require loginAzul
2014-04-08moving users: app and test filesAzul