Discussion:
Basic Auth of API
Robert DiFalco
2014-05-02 20:13:24 UTC
Permalink
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.

Loading...