Skip to content

Releases: GryfOSS/single-use-token-manager

First working release.

20 Aug 14:00

Choose a tag to compare

A comprehensive single-use token management library using Symfony Cache with support for multiple cache adapters.

Features

  • Token Creation & Consumption: Create unique single-use tokens with optional TTL and consume them
  • Multiple Cache Adapters: Support for ArrayAdapter, Redis with tags, and Redis without tags
  • Tag-Aware Clearing: Efficient token clearing with tag-aware adapters
  • Full Test Coverage: 100% unit test coverage with comprehensive functional tests
  • Validation & Serialization: Built-in validation and JSON serialization support
  • Docker Integration: Easy testing with Docker-based Redis instances
  • Comprehensive Documentation: Extensive PHPDoc documentation for all classes and methods
  • Type Safety: Full type declarations and strict typing throughout the codebase