DropwizardOpenID icon indicating copy to clipboard operation
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.

Results 2 DropwizardOpenID issues
Sort by recently updated
recently updated
newest added

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 =...

question

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...

enhancement