是否有允许 facebook 登录的 codeigniter auth 类?

发布于 2024-09-07 17:58:26 字数 73 浏览 3 评论 0原文

是否有允许使用 facebook 登录的 codeigniter 身份验证类,或者哪个是 codeigniter 的最佳身份验证类?

Is there any codeigniter authentication class which allows to login using facebook or which is the best auth class for codeigniter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

可可 2024-09-14 17:58:26

我不确定该项目是否仍在开发中,但 A3M(帐户身份验证和授权)模块看起来可能很适合您。 CI 论坛主题位于此处,Google 代码页位于此处

主要特点

  1. 使用 Facebook、Twitter 和 OpenID 登录/注册(Google、Yahoo、
    AOL、MySpace、其他)
  2. 传统注册、登录(记住我)和退出
  3. 管理帐户/个人资料详细信息(包括个人资料图片)
  4. 管理关联帐户
  5. 忘记/重置本机帐户密码
  6. reCAPTCHA 支持
  7. SSL 支持
  8. i18n 语言文件(加上所有必需的 i18n 表、国家/地区、
    语言、IP 到国家/地区等)
  9. 语义 XHTML 视图

I am not sure if the project is still in development, but the A3M (Account Authentication & Authorization) module looks like it may be a good match for you. The CI forum thread is here and the google code page is here.

Key features

  1. Signin/Signup with Facebook, Twitter and OpenID (Google, Yahoo,
    AOL, MySpace, Others)
  2. Traditional Sign Up, Sign In (with remember me) and Sign Out
  3. Manage Account/Profile Details (including Profile Picture)
  4. Manage Linked Accounts
  5. Forgot/Reset Password for native accounts
  6. reCAPTCHA support
  7. SSL support
  8. Language file for i18n (plus all the necessary i18n tables, country,
    language, ip to country, etc)
  9. Semantic XHTML views
給妳壹絲溫柔 2024-09-14 17:58:26

我通过 http://www.haughin.com/code/facebook/ 找到了这个库CI论坛,但没用过。这可能会有帮助。

I found this lib http://www.haughin.com/code/facebook/ via CI forums, but never used it. It might be helpful.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文