laravel passport 安裝設定完後,若使用上出現下面錯誤
You must set the encryption key going forward to improve the security of this library - see this page for more information https://oauth2.thephpleague.com/v5-security-improvements/
解決方法
http://www.imc4.com/archives/5.html
更新 /vendor/laravel/passport/src/PassportServiceProvider.php 中的makeAuthorizationServer方法:
|
|
待驗證問題
- 上述出現的錯誤,所使用的版本是 “laravel/passport”: “^2.0”
- 目前官方已更新到,laravel/passport=~4.0,https://laravel-china.org/docs/laravel/5.5/passport/1309
- 需要驗證4.x以上是否有解決上面的問題