2017 © Pedro Peláez
 

library symfony-security-oauth-redis

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

image

cultuurnet/symfony-security-oauth-redis

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

  • Monday, October 12, 2015
  • by cyberwolf
  • Repository
  • 16 Watchers
  • 0 Stars
  • 2,123 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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, (*1)

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), (*2)

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., (*3)

The Versions

12/10 2015

dev-master

9999999-dev

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

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires