punchlist/laravel-socialite-webflow 问题修复 & 功能扩展

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

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

punchlist/laravel-socialite-webflow

最新稳定版本:v1.0.1

Composer 安装命令:

composer require punchlist/laravel-socialite-webflow

包简介

A custom Webflow driver for Laravel Socialite

README 文档

README

Webflow Oauth Driver for Laravel Socialite

Installation

You can install the package via composer:

composer require punchlist/laravel-socialite-webflow

Usage

Once you install the package, add the next config values in you config/services.php configuration file:

'webflow' => [
    'base_uri' => env('WEBFLOW_URI'),
    'client_id' => env('WEBFLOW_CLIENT_ID'),
    'client_secret' => env('WEBFLOW_CLIENT_SECRET'),
    'redirect' => env('WEBFLOW_REDIRECT_URI'),
],

Then, you can use the driver as you would use it in the Laravel Socialite's official documentation. Use webflow keyword when you want to instantiate the driver:

$user = Socialite::driver('webflow')->user();

Testing

composer test

Changelog

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

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

If you discover any security related issues, please email engineering@punchlist.com or use issue tracker.

Sponsorship

Development of this package is sponsored by Punchlist learn more about us!

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-12