snimavat / nimble

Nimble Security Grails Plugin
Other
15 stars 19 forks source link

Facebook integration #49

Open mordka opened 10 years ago

mordka commented 10 years ago

I'm just adding facebook realm to the plugin and I wonder if there are any plans for that in the nearest future? I'm using old nimble as a pattern.

snimavat commented 10 years ago

Look at ShiroOauth plugin, you can use it with the nimble, you just need to override the oauthRealm

mordka commented 10 years ago

Thank you. That's a good point. We can close this issue.

mordka commented 10 years ago

I reopened this issue, as ShiroOauth 0.3 is not compatible with Nimble 0.7. Both plugins are using Shiro, but the first uses shiro:1.1.3 and nimble has shiro:1.2.0. This causes compilation errors. Do you have any ideas to resolve it quickly?