定制 nistech/contao-qualliid-login 二次开发

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

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

nistech/contao-qualliid-login

最新稳定版本:1.0.34

Composer 安装命令:

composer require nistech/contao-qualliid-login

包简介

Diese Erweiterung ermöglicht die Anmeldung im Backend und im Frontend über die Qualli.Id. Diese wird benötigt, um auf Daten von Qualli.life zuzugreifen. Ein aktiver Lizenzvertrag für Qualli.life wird benötigt.

README 文档

README

Nistech Logo

Contao Qualli.Id Login

This extension adds a Qualli.Id login button to Contao's frontend and backend. Before/after installation you get and save the client_id and client_secret in your .env file. To activate or deactivate the application, the configuration file config.yaml must be edited under config/config.yaml. You need an active license aggreement for Qualli.life. This extension is based on Marko Cupics contao-oauth2-client (https://packagist.org/packages/markocupic/contao-oauth2-client). Thanks for your great work.

Frontend Module

To display the login button in the frontend, create a member login module and select the mod_login_qualliid template.

Installation

composer require nistech/contao-qualliid-client

Configuration

# config/config.yaml
nistech_contao_qualliid_login:
    disable_contao_core_backend_login: false  # Disable original Contao backend login
    enable_csrf_token_check: true

    contao_oauth2_clients:
        qualliid_backend:
            enable_login: true
            client_id: '%env(CONTAO_QUALLI_ID_CLIENT_ID)%'
            client_secret: '%env(CONTAO_QUALLI_ID_CLIENT_SECRET)%'

        qualliid_frontend:
            enable_login: true
            client_id: '%env(CONTAO_QUALLI_ID_CLIENT_ID)%'
            client_secret: '%env(CONTAO_QUALLI_ID_CLIENT_SECRET)%'
# .env or .env.local
CONTAO_QUALLI_ID_CLIENT_ID=ApiDemoId
CONTAO_QUALLI_ID_CLIENT_SECRET=LongLongAlphaNumericString

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-05-29