java 与 Oauth 用于 Google 和 facebook 身份验证
我不会在我的应用程序中使用 google 和 facebook 来实现身份验证 任何人都可以分享在 java webapp 中进行身份验证的示例 没有任何java框架
我尝试使用 socialaut 它使用 struts 和 spring 框架,但我没有在我的应用程序中使用该框架,因此请给出在没有任何框架的简单 tomcat 应用程序中工作的任何示例
i wont to implement authentication using google and facebook in my application
any one share example that work for authentication in java webapp
without any java framework
i try with socialaut
its using struts and spring framework but i not use that framework in my application so give any example that work in simple tomcat application without any framework
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在登录页面添加此代码请求
将您的页面重定向到 url 进行身份验证
将此代码添加到 /status url
add this code on login page request
redirect yout page to url for authentication
add this code on /status url