rt,最近做项目架构准备前段用 angularjs 和 nodejs 搭配,然后 call 后端其他 server 提取数据。这其中感觉应该引入认证,于是就开始了解 oAuth2.但是网上找到文章都好复杂,可是很少看到简单实现的样例。 目前了解下来,作为 client,我只需要请求一个 token,然后每次把 token 放在 header 里就 OK 了对吧? 作为 server 端,大多数的框架都有比较完整的 server 实现包对吗? 还请大神指点一下方向,多谢
http://jwt.io/
#1 楼 @small_fish__ impressive! 谢谢
#1 楼 @small_fish__ 这个东西很有意思,值得研究一下。
http://blog.yorkxin.org/posts/search?q=oauth&submit=
http://oauthbible.com/