小编Myk*_*pov的帖子

动态Laravel社交名媛配置

我需要动态配置我的提供程序。

$config = [
    'client_id' = 'xxxxxxx',
    'client_token' = 'xxxxxxx',
    'redirect' = 'http://example.com/'
];
return Socialite::with($provider)->setConfig($config)->redirect();
Run Code Online (Sandbox Code Playgroud)

但不幸的是,没有功能setConfig。

我需要设置提供程序,client_id,client_secret并动态重定向

有什么想法吗?

谢谢!

php oauth oauth-2.0 laravel laravel-socialite

1
推荐指数
1
解决办法
1562
查看次数

标签 统计

laravel ×1

laravel-socialite ×1

oauth ×1

oauth-2.0 ×1

php ×1