Kristof Riebbels

Results 6 issues of Kristof Riebbels

When using the RS256 signing protocol, the jwt keys needs to be fetced. It starts from - IdTokenValidator.Assert - return this.AssertRS256IdTokenValid(idToken, requirements.Issuer, this.maxJwksKeySetValidFor); - return new AsymmetricSignedDecoder((await this.jsonWebKeyCache.Get(issuer, maxAge).ConfigureAwait(false)).Keys).DecodeSignedToken(idToken); -...

You could support defining for a type, what to look for. For example, for an mdown or md document, look for TODO: for the type TODO. For example, for an...

I don't manage to upload the resized image (not using crop) in the html file: In the controller var config = { url: myURI + this.$scope.model.id, fileName: image.name, file: image,...

Hi, at the moment, the regex search functionality seems to applied on one line only https://github.com/nickbnf/glogg/blob/master/src/quickfindpattern.cpp But wouldn't it be a nice feature, that a multiline search would be possible,...

- Used inheritance to minimize code changes, Liskuv subsitution is used here - Created a new component, so working open/closed principle is used. Other browsers and flows are not impacted...

Hi, I have been debugging, after setting up the project in intelliJ. I am not sure what the fix should be. `EnabledWebViewBasedBrowserComponent.java;line 309 ` breakpoint: ` getThreadPool().submit(new BrowserFallbackTask(url, backupUrl)); `...