Replies: 1 comment 2 replies
-
| Hi @umutuzgur. I'm not going to export those classes, but please have a look if main...disc-672 would suffice, it allows introspecting the remote resolver's state and manually triggering reload. These methods are typed, public API, but intentionally not documented since their use is rather niche. | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We are trying to tackle an issue we have with lambda where the jwt verification takes more than 1s when the cache max age is reached. I was hoping to kickoff the reload cycle before the cache age is reached and do a hot swap so verify doesn't need to do a refresh. As a quick solution, could we also export
RemoteJWKSetlikeLocalJWKSetso I can call the reload function asynchronously?Beta Was this translation helpful? Give feedback.
All reactions