基于 Spring Security Restful Web 服务令牌的身份验证
我正在编写返回 json 的 Restful Web 服务,并为此使用 Spring MVC。我正在使用 Spring 3.x。 现在我想添加一个登录方法,它将检索用户名和密码并返回访问令牌,以便客户端可以进一步使用该令牌来调用其他方法。我认为这个令牌应该有有限的生命周期。 有这样做的好例子吗?我需要 Spring Security 吗?再次强调,如果有好的样品,我们将不胜感激。
I'm writing restful web service that is returning json and use Spring MVC for that. I'm using Spring 3.x.
Now I want to add a login method, that will retrieve user name and password and return access token so that client can use that token further for calling other methods. I'm thinking that this token should have a finite life time.
Is there a good sample of doing that? Do I need spring security for that at all? And again, a good sample would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论