Having migrated from bref v1 to v2 I found an edge case where if using Laravel Passport the storage area is changed to the /tmp directory by laravel bridge before the passport keys have been loaded.
This was disucssed on slack with @mnapoli.
I have solved this for now by adding the following to the AuthServiceProvider in the boot function.
Passport::loadKeysFrom('directory of keys);