Consuming Your API With JavaScript: Customizing The Cookie Name

/**
 * Register any authentication / authorization services.
 *
 * @return void
 */
public function boot()
{
    $this->registerPolicies();

    Passport::routes();

    Passport::cookie('custom_name');
}

Consuming Your API With JavaScript: Customizing The Cookie Name — Structure map

Clickable & Draggable!

Consuming Your API With JavaScript: Customizing The Cookie Name — Related pages: