How to only allow Bearer token in API authentication?

后端 未结 0 1409
独厮守ぢ
独厮守ぢ 2020-12-16 16:25

When using $this->middleware(\'auth:auth\') the user token can be passed as query string, request payload or bearer token: https://laravel.com/docs/5.8/api-authentication

相关标签:
回答
  • 消灭零回复
提交回复
热议问题