PHPackages                             pie-frost/client-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. pie-frost/client-auth

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

pie-frost/client-auth
=====================

0225[2 issues](https://github.com/pie-frost/client-auth-php/issues)PHPCI passing

Since Aug 13Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/pie-frost/client-auth-php)[ Packagist](https://packagist.org/packages/pie-frost/client-auth)[ RSS](/packages/pie-frost-client-auth/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Client Authentication (PHP)
===========================

[](#client-authentication-php)

[![Build Status](https://github.com/pie-frost/common/actions/workflows/ci.yml/badge.svg)](https://github.com/pie-frost/client-auth-php/actions)[![Psalm Status](https://github.com/pie-frost/common/actions/workflows/psalm.yml/badge.svg)](https://github.com/pie-frost/client-auth-php/actions)[![Latest Stable Version](https://camo.githubusercontent.com/25c8e15afe54355ebc37dae0d3598701122c451a610ba2aabf76b5d95c2f996e/68747470733a2f2f706f7365722e707567782e6f72672f7069652d66726f73742f636c69656e742d617574682f762f737461626c65)](https://packagist.org/packages/pie-frost/client-auth)[![Latest Unstable Version](https://camo.githubusercontent.com/8001c5880ed31d0eda980631fe7fd4595a8743d014ddb052562d3f49966f0f04/68747470733a2f2f706f7365722e707567782e6f72672f7069652d66726f73742f636c69656e742d617574682f762f756e737461626c65)](https://packagist.org/packages/pie-frost/client-auth)[![License](https://camo.githubusercontent.com/c4b41aeb1812e7a067ea984872f0a7c575d2d523b2cfc83f07ce090237592db5/68747470733a2f2f706f7365722e707567782e6f72672f7069652d66726f73742f636c69656e742d617574682f6c6963656e7365)](https://packagist.org/packages/pie-frost/client-auth)[![Downloads](https://camo.githubusercontent.com/e417a7656b344c741f40603433fb4b65108955da0476230b212bab5a841b82e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7069652d66726f73742f636c69656e742d617574682e737667)](https://packagist.org/packages/pie-frost/client-auth)

Client-side library for authenticating with the Bifrost Authentication Server.

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

[](#installation)

Use [Composer](https://getcomposer.org/download).

```
composer require pie-frost/client-auth

```

Configuration
-------------

[](#configuration)

The minimum configuration for the Authentication Client is as follows:

1. The authentication server's public key
    - Also, URL, but the hard-coded default is correct for our instance
2. Your server's signing keypair (should be loaded as a PASERK sealing key)
3. Your server's domain name

```
