users@jersey.java.net

[Jersey] Basic Auth of API

From: Robert DiFalco <robert.difalco_at_gmail.com>
Date: Fri, 2 May 2014 13:13:24 -0700

For anyone interested I create a super simple GitHUB project and blog for
adding Basic Authentication to your Jersey API. This assumes the simplest
case where you want to just add a single API KEY and SECRET across your
entire API. But it has annotations that allow you to leave some resources
Unauthenticated if that is required. The resources in the Unit Tests show
you how to use it.

http://wp.me/p2mGQD-1Y

Let me know what you think.