justso/justauth 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

justso/justauth

最新稳定版本:3.0.0

Composer 安装命令:

composer require justso/justauth

包简介

Simple authentication library.

README 文档

README

Simple authentication library.

It supports registration, login and forgotten passwords. You can use password based or password-less auth.

Installation

Composer

composer require justso/justauth

git

git clone git://github.com/JustsoSoftware/JustAuth.git vendor/justso/justauth

Setup

In config.json you can set the following entries:

{
  "auth": {
    "auto-register": true,
    "needs-activation": true,
    "login-new-users": true
  },
}

Auto-registering means, that users who give a new e-mail address are automatically registered as new users. A password may be specified and an activation link is sent. If auto-registering is not enabled, only already registered users can login, meaning that those users have to be registered otherwise (outside of this library).

With 'needs-activation' you specify that activating new accounts with the link sent by e-mail is required to log in. If this option is set to false, all new users are already activated, they may use their credentials immediately to log in. This option only makes sense with 'auto-register' option set true.

If you set "login-new-users", newly registered users are logged in automatically. Activation may still be necessary to log in later (in a new session), if 'needs-activation' is also requested. This option only makes sense with 'auto-register' option set true.

Support & More

If you need support, please contact us: http://justso.de

统计信息

  • 总下载量: 143
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-08

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固