sismics / reader

Free and open source feeds reader, including all major Google Reader features
https://www.sismics.com/reader/
GNU General Public License v2.0
400 stars 98 forks source link

Header-based external authentication #134

Closed pacien closed 8 years ago

pacien commented 8 years ago

Implement optional header-based auth (issue #118) .

jendib commented 8 years ago

That's great! :) Maybe you could add a JUnit to check all this, somewhere around here: https://github.com/sismics/reader/blob/master/reader-web/src/test/java/com/sismics/reader/rest/TestSecurity.java

pacien commented 8 years ago

Added some authorization tests.

jendib commented 8 years ago

Thanks for your contribution, much appreciated :+1: