Description
Need to add a validity check for a JWT using Reputation Oracle JWT public key
Motivation
As of now we're not checking signature of the JWT, only it's payload.
Implementation details
- Grab Reputation Oracle JWT public key from a KVStore on a startup.
- Cache it in Redis without TTL. (In case we change Reputation Oracle public key we just need to restart the app).
Description
Need to add a validity check for a JWT using Reputation Oracle JWT public key
Motivation
As of now we're not checking signature of the JWT, only it's payload.
Implementation details