cultuurnet/symfony-security-oauth-redis

This package is abandoned and no longer maintained. No replacement package was suggested.

Implementations for interfaces provided by cultuurnet/symfony-security-oauth based on Redis storage

dev-master / 0.x-dev 2019-08-01 10:13 UTC

This package is not auto-updated.

Last update: 2020-01-19 16:20:13 UTC


README

Archived because it is no longer used by any publiq applications and has not been updated significantly since 2015.

Symfony Security OAuth Redis

Build Status Coverage Status

Intro

This library provides a NonceProvider implementation that will register nonce and timestamp in redis. It also adds TokenProviderCache that adds caching of tokens in redis. (using the decorator pattern)

Setup

This library can be used in composer.json and be set up in combination with cultuurnet/symfony-security-oauth and cultuurnet/symfony-security-oauth-uitid. For developer purposed you can clone it and run composer install.