How can laravel passport no longer request a header to set a token and use parameters to complete authentication?

  1. because the request header cannot be set, the token cannot be set to complete the task through the Authorization request header. Can you identify the task by passing parameters to the background
Apr.03,2021
Isn't it safe to pass the

parameter to the background? Then it doesn't make sense for you to verify


pass the parameter api_token=access_token is also possible

Menu