PHPackages                             keron-digital/auth-redis-storage-bundle - 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. keron-digital/auth-redis-storage-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

keron-digital/auth-redis-storage-bundle
=======================================

Redis-backed storage solution for Symfony applications to manage token lifecycles. Provides services for blacklisting invalidated tokens and tracking currently active tokens via their unique IDs (JTI, UUID)

v1.0.4(1y ago)010MITPHPPHP &gt;=8.1CI failing

Since May 5Pushed 1y agoCompare

[ Source](https://github.com/keron-digital/symfony-auth-redis-storage-bundle)[ Packagist](https://packagist.org/packages/keron-digital/auth-redis-storage-bundle)[ RSS](/packages/keron-digital-auth-redis-storage-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (6)Used By (0)

Keron Digital Auth Redis Storage Bundle
=======================================

[](#keron-digital-auth-redis-storage-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/7768ab23cadf003ff5ba00a74aac94b60666e8b1393a5dcf8e00bfe349cefdc9/68747470733a2f2f706f7365722e707567782e6f72672f6b65726f6e2d6469676974616c2f617574682d72656469732d73746f726167652d62756e646c652f76)](https://packagist.org/packages/keron-digital/auth-redis-storage-bundle)[![License](https://camo.githubusercontent.com/98380ad2d17bcae32a65ff46d73c382a241c835943553b5b6ec68f366003c6f8/68747470733a2f2f706f7365722e707567782e6f72672f6b65726f6e2d6469676974616c2f617574682d72656469732d73746f726167652d62756e646c652f6c6963656e7365)](https://packagist.org/packages/keron-digital/auth-redis-storage-bundle)Provides Redis-based services for token blacklisting and active token tracking in Symfony applications, using unique token identifiers (e.g., JTI, UUID).

Quick Start
-----------

[](#quick-start)

### 1. Installation

[](#1-installation)

Install the bundle using Composer:

```
composer require keron-digital/auth-redis-storage-bundle
```

Enable the bundle in your `config/bundles.php`:

```
