How to use Jam lists?¶
Jam has 2 modules for managing black and white lists.
- JSONList - is a module for storing tokens locally as json.
- RedisList - is a module for storing tokens in Redis.
You can also create your own module VERY easily. See Custom Module.