cultuurnet / symfony-security-oauth-redis
Implementations for interfaces provided by cultuurnet/symfony-security-oauth based on Redis storage
Installs: 2 127
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 16
Forks: 0
Open Issues: 0
Requires
- cultuurnet/symfony-security-oauth: ~0.1
- predis/predis: ~1.0
Requires (Dev)
- m6web/redis-mock: ~2.3
- phing/phing: ~2.11
- phpunit/php-token-stream: 1.4.6
- phpunit/phpunit: ~4.8
- satooshi/php-coveralls: ~0.7
- squizlabs/php_codesniffer: ~2.3
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
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
.