PHPackages                             lucacri/spark-impersonate - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. lucacri/spark-impersonate

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

lucacri/spark-impersonate
=========================

A Laravel Nova field allows you to authenticate as your users with Spark.

0.0.4(6y ago)1218.9k↓50%1[8 PRs](https://github.com/lucacri/spark-impersonate/pulls)MITVuePHP &gt;=7.1.0

Since Oct 2Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/lucacri/spark-impersonate)[ Packagist](https://packagist.org/packages/lucacri/spark-impersonate)[ RSS](/packages/lucacri-spark-impersonate/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (13)Used By (0)

Nova Spark Impersonate Field
============================

[](#nova-spark-impersonate-field)

This field allows you to authenticate as your users via Spark.

[![screenshot1](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot1.png?123)](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot1.png?123)[![screenshot2](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot2.png?123)](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot2.png?123)[![screenshot3](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot3.png?123)](https://raw.githubusercontent.com/lucacri/spark-impersonate/master/docs/screenshot3.png?123)

Forked from the beautiful package [KABBOUCHI/nova-impersonate](https://github.com/KABBOUCHI/nova-impersonate).

Installation
------------

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require lucacri/spark-impersonate
```

Usage
-----

[](#usage)

Add `SparkImpersonate::make($this)` field in `App\Nova\User.php`

```
