是否有一个 Objective-C 库可以与 CAS 服务器对话
是否已经创建了一个库来通过 Objective-C 与 CAS 服务器通信?我知道有很多受支持的客户端,但尚未找到任何我想要的东西可以在iPhone上使用。
Is there a library already created to talk with an CAS server via objective-c? I know there are many supported clients but have yet to find anything I can use on the iPhone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
提到的代码 http://gibbs.acu.edu/2009/03 /20/iphone-cas-auth/ 现在托管在 GitHub 上。您可以在这里查看: https://github.com/acu-dev/objc- cas-client
注意:我已经有几年没有碰过它了,我确信它可以被彻底修改,所以请随意分叉它或提出建议。
The code mentioned http://gibbs.acu.edu/2009/03/20/iphone-cas-auth/ is now hosted at GitHub. You can check it out here: https://github.com/acu-dev/objc-cas-client
Note: I haven't touched it in a couple years and I'm sure it could be overhauled so feel free to fork it or make suggestions.
http://gibbs.acu.edu/2009/03/20 /iphone-cas-auth/
http://gibbs.acu.edu/2009/03/20/iphone-cas-auth/