silverstripe-australia/salesforce-auth 问题修复 & 功能扩展

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

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

silverstripe-australia/salesforce-auth

最新稳定版本:1.0.1

Composer 安装命令:

composer require silverstripe-australia/salesforce-auth

包简介

Provides authentication using the Salesforce OAuth API

README 文档

README

IMPORTANT

This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!

SilverStripe Salesforce Authentication Module

This module provides an authenticator which uses the Salesforce OAuth authentication service.

Installation

  • Create an OAuth enabled external application in the Salesforce control panel through the Create / Apps section.
  • Set the Callback URL to https://<your-site>/salesforce-auth/callback, ensuring you use a HTTPS scheme.
  • Configure the SalesforceAuth service, for example using the configuration file show below.
Injector:
  SalesforceAuth:
    constructor:
      - '<client_id>'
      - '<client_secret>'

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2014-11-27