Laravel Passportを利用したAPI認証の動作確認をします。Passportはthephpleague/oauth2-serverをLaravelで扱いやすいようにラップしてくれたパッケージです。 事前知識(OAuth 2.0) OAuth 2.0の知識が必要です。下記参考になります。 RFC 6749 RFC 6749 The OAuth 2.0 Authorization Framework (英語) https://tools.ietf.org/html/rfc6749 (日本語) https://openid-foundation-japan.github.io/rfc6749.ja.html RFC 6750 RFC 6750 The OAuth 2.0 Authorization Framework: Bearer Token Usage (英語) https://