定制 recognize/dwh-application-symfony-bundle 二次开发

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

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

recognize/dwh-application-symfony-bundle

最新稳定版本:2.0.2

Composer 安装命令:

composer require recognize/dwh-application-symfony-bundle

包简介

An API connector

README 文档

README

Installation

Security

Add the following in config/packages/security.yaml: User provider:

providers:
    dwhsecurity:
        id: Recognize\DwhApplication\Security\DwhUserProvider

User encoder (currently only bcrypt supported):

encoders:
    Recognize\DwhApplication\Model\DwhUser: bcrypt

Firewall for the DWH-bridge:

firewalls:
    recognize_dhw:
        pattern: ^/api/dwh
        http_basic:
            realm: Recognize DWH
            provider: dwhsecurity
        anonymous: false
        stateless: true

Ensure authentication for DWH-API paths:

access_control:
    - { path: ^/api/dwh, roles: ROLE_DWH_BRIDGE }

Configuration

The encrypted token requires a token that is encrypted with the specified encryption.

recognize_dwh:
    protocol_version: 1.0.0
    specification_version: 1.0.0
    encryption: bcrypt
    encrypted_token: $2y$12$ADbwlXKfMjsHKayFlBSuLuu02FkrtgzdNWfCOrzWrCR8zkSoNsUfG

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2021-11-22