You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems OpenID endpoints just use the normal HTTP caching headers to determine how long to stay alive. Currently we don't cache. Reqwest does not have native caching support built in sadly. Maybe we should add our own?
It seems OpenID endpoints just use the normal HTTP caching headers to determine how long to stay alive. Currently we don't cache. Reqwest does not have native caching support built in sadly. Maybe we should add our own?