Laravel 8 可選參數(shù)

2021-07-26 10:01 更新

許多 OAuth providers 支持重定向請求中的可選參數(shù)。 要在請求中包含任何可選參數(shù),請使用關(guān)聯(lián)數(shù)組調(diào)用 with 方法:

return Socialite::driver('google')
    ->with(['hd' => 'example.com'])
    ->redirect(); 

注意:注意:使用 with 方法時(shí),注意不要傳遞任何保留的關(guān)鍵字,例如 stateresponse_type 。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號