承接 biigle/auth-haai 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

biigle/auth-haai

最新稳定版本:v1.2

Composer 安装命令:

composer require biigle/auth-haai

包简介

BIIGLE module to offer authentication via Helmholtz AAI.

README 文档

README

Test status

This is a BIIGLE module that provides authentication via Helholtz AAI.

Information on how to register your BIIGLE instance as a new service to Helmholtz AAI can be found here.

Installation

  1. Run composer require biigle/auth-haai.
  2. Run php artisan vendor:publish --tag=public to refresh the public assets of the modules. Do this for every update of this module.
  3. Configure your Helmholtz AAI credentials in config/services.php like this:
    'haai' => [
        'client_id' => env('HAAI_CLIENT_ID'),
        'client_secret' => env('HAAI_CLIENT_SECRET'),
        'redirect' => '/auth/haai/callback',
    ],
  4. Run the database migrations with php artisan migrate.

Developing

Take a look at the development guide of the core repository to get started with the development setup.

Want to develop a new module? Head over to the biigle/module template repository.

Contributions and bug reports

Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-only
  • 更新时间: 2025-07-11