deegitalbe/laravel-trustup-io-authentification 问题修复 & 功能扩展

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

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

deegitalbe/laravel-trustup-io-authentification

Composer 安装命令:

composer require deegitalbe/laravel-trustup-io-authentification

包简介

Connect your Laravel project to our centralized authentication service

README 文档

README

Connect your Laravel project to our centralized authentication service

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Compatibility

Laravel Package
8.x / 9.x 1.x
10.x / 11.x 3.x
12.x 4.x

Installation

Require package

composer require deegitalbe/laravel-trustup-io-authentification

Publish config

php artisan vendor:publish --tag="trustup-io-authentification-config"

This will publish trustup-io-authentification.php in config folder

Define roles

You should define roles that have access in config file trustup-io-authentification.php.

'roles' => [
    'Super Admin',
    'Employee',
    'Translator'
],

Define guards

In config file auth.php redefine your guards

'guards' => [
    'web' => [
        'driver' => 'session',
        'provider' => 'users',
        'driver' => 'trustup.io',
    ],
    'api' =>[
        'driver' => 'trustup.io'
    ]
],

Activate docker

In case your application is using docker-integration, define this env variable

TRUSTUP_IO_AUTH_DOCKER_ACTIVATED=true

Add middleware to protect your restricted routes

use Illuminate\Support\Facades\Route;
use Deegitalbe\LaravelTrustupIoAuthentification\Http\Middleware\TrustUpIoAuthMiddleware;

Route::middleware(TrustUpIoAuthMiddleware::class)->group(function() {
    // Your restricted routes ...
});

Route::middleware(TrustUpIoAuthMiddleware::class.':Super Admin|Translator')->group(function() {
    // Your restricted routes only accessible by super admins or translators ...
});

Docker compatibility

Update package to latest version

composer require deegitalbe/laravel-trustup-io-authentification

Force config publication and set correct values (model, roles, guard, ...)

php artisan vendor:publish --tag="trustup-io-authentification-config" --force

Define env variable

TRUSTUP_IO_AUTH_DOCKER_ACTIVATED=true

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-06-03

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固