DropwizardOpenID
DropwizardOpenID copied to clipboard
⚠️ OBSOLETE. DO NOT USE! Template project demonstrating Dropwizard with OpenID authentication against a few providers (Google, Yahoo etc) and User/Authority annotation support.
From Ken Yee via email: Have you ever tried doing "curl" on a secured REST API like this with your github openid dropwizard project? ``` java @GET @Timed @CacheControl(noCache =...
Hi, This code is great, The only dropwizard-openid integration that works fine. Well done. I was wondering if you were planning to separate the reusable components from the actual implementation...