PHPackages                             valkyriweb/wp-remote-auth - 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. valkyriweb/wp-remote-auth

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

valkyriweb/wp-remote-auth
=========================

A composer package to be able to login / register on a remote endpoint and receive an authorization token which is then stored in a table and can be called and referenced by the application implementing the authToken class

v1.0.6.4(2y ago)014MITPHPPHP &gt;=8.2

Since May 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/valkyriweb/WPRemoteAuth)[ Packagist](https://packagist.org/packages/valkyriweb/wp-remote-auth)[ RSS](/packages/valkyriweb-wp-remote-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (18)Used By (0)

Authentication Token Package
============================

[](#authentication-token-package)

This package provides a simple way to generate and validate authentication tokens using PHP, mainly used for my own projects, but thought it may be useful for other PHP developers out there, contributions welcome.

### Current Version: 1.0.6.4

[](#current-version-1064)

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

[](#installation)

Install the latest version with

```
$ composer require valkyriweb/wp-remote-auth
```

Basic Usage
-----------

[](#basic-usage)

```
