I want to cache JWKS between async globally between threads. So I did this:
use std::lazy::{Lazy, OnceCell}; static JWKS