What does "passport:keys" do? And difference in "passport:install" vs "passport:keys"

Viewed 9
passport:keys

generates the encryption keys for use in api authentication in storage folder of your root laravel project directory.

Passport:install

Run the commands necessary to prepare Passport for use in the laravel project

0 Answers
Related