php - CodeIgniter 3.0 的登录系统

标签 php authentication frameworks login-script codeigniter-3

<分区>

我正在寻找简单且易于使用/安装登录系统 CodeIgniter 3.0 (dev)

我见过几个不同的脚本,但主要是针对 CodeIgniter 2.x。

我将不胜感激。

最佳答案

最好的 Auth 库是 Ion-Auth by Ben Edmunds

来自 repo 页面:

CodeIgniter Version 3 Compatibility

CodeIgniter v3 requires the class names to be ucfirst(). In order to support this follow the standard installation procedures and then either rename the following files or create symlinks

config/ion_auth.php               =>   config/Ion_auth.php
models/ion_auth_model.php         =>   models/Ion_auth_model.php
models/ion_auth_mongodb_model.php =>   models/Ion_auth_mongodb_model.php

注意:Ion-Auth 在很多项目中都有实现。就像 PyroCMS。

关于php - CodeIgniter 3.0 的登录系统,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24539081/

相关文章:

php - 如何正确解释哈希方案的递归伪代码

python - 使用 python 登录 SAML/Shibboleth 认证服务器

node.js - Node 通行证邀请策略

php - 数据表:按纪元时间排序

javascript - 如何使用onchange下拉触发的ajax获取行值?

c# - DapperORM中 'SELECT CAST(SCOPE_IDENTITY() as int)'的重要性

macos - 直接从我的 OSX 应用程序发送电子邮件

javascript - 如何创建寻找元素网页游戏

javascript - Php 正则表达式 到 javascript 正则表达式

java - 如何在不使用 Auto 的情况下处理登录身份验证弹出窗口?