gocrew/laravel-reauth 问题修复 & 功能扩展

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

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

gocrew/laravel-reauth

Composer 安装命令:

composer require gocrew/laravel-reauth

包简介

Reauth users for sensitive parts of your app

README 文档

README

Build Status Latest Stable Version Latest Unstable Version License

Re-Auth users for sensitive parts of your app.

Installation

Step 1: Composer

From the command line, run:

composer require gocrew/laravel-reauth

Step 2: Service Provider

For your Laravel app, open config/app.php and, within the providers array, append:

gocrew\LaravelReAuth\ServiceProvider::class

This will bootstrap the package into Laravel.

Step 3: The Middleware

In your app\Http\Kernel.php file, add the reauth middleware to the $routeMiddleware array.

protected $routeMiddleware = [
    // ...
    'reauth'         => \gocrew\LaravelReAuth\Http\Middleware\Reauthenticate::class,
    // ...
];

Usage

Basic

Apply the middleware on a route you want to protect:

Route::get('settings', ['uses' => 'Controller@getSettings', 'middleware' => 'reauth']);

Done!

Advanced

If you need a more advanced setup, no problem. Everything is overwritable and everything is as modular as possible.

TODO

  • advanced docs
  • tests

License

The contents of this repository is released under the MIT license.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固