Which plugin / module of Spring Sec OAuth should be used in Grails 3.x?

送分小仙女□ 提交于 2019-11-29 16:57:43

Sorry I forget to reply but @injecteer I am currently testing following plugins with Grails 3.2.2 and its working so far. So I think accepted answer is no longer valid.

compile "org.grails.plugins:spring-security-oauth2:1.1.0"
compile "org.grails.plugins:spring-security-oauth2-facebook:1.0.0"
compile "org.grails.plugins:spring-security-oauth2-google:1.1.0"

No Spring Security OAuth-plugins are available for Grails 3.x for now. The only option is to use client-side JS-based solutions. The same way the Android / iOS authentications are working, w/o any server-side plugins.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!