when I agreed to an authorization,I never need to re authorize.
I want it will be valid for a period of time(like one month).
How to achieve it?
One way to achieve this would to be implement a custom OAuth2AuthorizationConsentService
that stores the consent in Redis with a TTL (time-to-live).