PHPackages                             laravins/remote-auth-client - 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. laravins/remote-auth-client

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

laravins/remote-auth-client
===========================

Remote auth client

110PHP

Since Jan 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Vincentdm31/remote-auth-client)[ Packagist](https://packagist.org/packages/laravins/remote-auth-client)[ RSS](/packages/laravins-remote-auth-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Remote Auth Manager Client
==================================

[](#laravel-remote-auth-manager-client)

**Introduction**

This package allows you to update user password and delete user remotely.

Working with LaravinsRemoteAuth

**Installation**

```
composer require laravins/remote-auth-client

```

This will install the package inside your project.

- `Config file` located at `config//remote-auth.php`
- `Controller` located at `Http/Controllers/RemoteAuthClient/RemoteAuthController.php`
- `Middleware` located at `Htpp\Middlewares/RemoteAuthManager`

Publish files

```
php artisan vendor:publish --tag=remote-auth-client --ansi --force

```

```
//.env
REMOTE_AUTH_PASS=secretpass

```

---

**Config file**

This config file will allow you to remotely manage your users off `https://my-website.com/` endpoint.

```
