定制 kankanamge/iversauth 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

kankanamge/iversauth

Composer 安装命令:

composer require kankanamge/iversauth

包简介

Authenticating library for ivers

README 文档

README

This package enables to authenticating users with ivers authenticating site

Installation

Login to Ivers Authenticating site and create a app. Put your site url as the site link.

Install this package

composer require kankanamge/iversauth

Add IversAuth service provider.

# config/app.php

return [
    'providers'=>[
        \Kankanamge\IversAuth\AuthServiceProvider::class
    ]
]

Replace default authenticating middleware with IversAuth

# app\Http\Kernel.php

protected $routeMiddleware = [
    'auth' => \Kankanamge\IversAuth\AuthenticateMiddleware::class,
];

Publish vendor files

php artisan vendor:publish

Change config

Change configuration variables in config\ivers_auth.php by following guide lines in comments.

Note:- Do not put any route to /login URL.

Thats it all! Enjoy!

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固