https://github.com/solid-contrib/reactive-authentication/pull/11/changes has been introduced to help with caching. It introduces the notion of a #session which we do not necessarily want.
Instead we want to be doing caching at the level of each of the callbacks, such as:
- getting issuer,
- discovery request,
- getting the client ID
In order to enable this we will likely need to have #28 implemented first.
https://github.com/solid-contrib/reactive-authentication/pull/11/changes has been introduced to help with caching. It introduces the notion of a
#sessionwhich we do not necessarily want.Instead we want to be doing caching at the level of each of the callbacks, such as:
In order to enable this we will likely need to have #28 implemented first.