PHPackages                             darkin1/digest-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. darkin1/digest-auth

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

darkin1/digest-auth
===================

Digest Authentication RFC 2617 for Lumen

v0.1.3(9y ago)26.7k3[1 issues](https://github.com/darkin1/digest-auth/issues)MITPHPPHP &gt;=5.4

Since Nov 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/darkin1/digest-auth)[ Packagist](https://packagist.org/packages/darkin1/digest-auth)[ RSS](/packages/darkin1-digest-auth/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

Digest Authentication
=====================

[](#digest-authentication)

[![Latest Stable Version](https://camo.githubusercontent.com/0b91152d23298f65a45a574c262d0d7e6a6b76b82b06811e8fc64cdd494b1d9c/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6461726b696e312f6469676573742d617574682e737667)](https://packagist.org/packages/darkin1/digest-auth)[![Donate](https://camo.githubusercontent.com/d47cdb766a100070d38a702d9c7760ccc8052063484e1478a26bcd16680d33af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e737667)](https://www.paypal.me/dciesielski)[![Tests](https://camo.githubusercontent.com/e1cf177b659f4c6f08b51a074efae2d7340ac3f6e96537ed5dbde8f3d6785de4/68747470733a2f2f7472617669732d63692e6f72672f6461726b696e312f6469676573742d617574682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/darkin1/digest-auth)

Digest Authentication RFC 2617 for Lumen 5.x

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

[](#installation)

Installation using composer:

```
composer require darkin1/digest-auth

```

And add the service provider in `config/app.php`:

```
Darkin1\DigestAuth\DigestAuthServiceProvider::class,
```

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

[](#configuration)

Change your default settings in `app/config/digest-auth.php`:

```
