Ashish Kumar

Results 21 issues of Ashish Kumar

Hi @agis For any URL that I tested with, it works fast and the process ends right after showing the summary. But for this particular URL (the only URL I...

Open this URL in chrome & notice the console warnings about mixed content warning - https://googlesamples.github.io/web-fundamentals/fundamentals/security/prevent-mixed-content/active-mixed-content.html and compare that with the ones reported by the tool. The insecure URL in...

Hi, Possible to add some documentation along with example code on how to do basic operations like: - login - register - send message - read updates I am a...

question

👋 This PR introduces the preview/peeking functionality when you load an unknown room by directly going to the URL `http://localhost:3000/#/session/3442497412902854/room/!wOlkWNmgkAZFxbTaqj%3Amatrix.org` When you land on this page, we check whether the...

This PR fixes the issue of missing `nonce` in `id_token` when it's set by the oauth client while hitting the Authorize Endpoint when POST request is used, breaking OIDC compliance....

Some sort of one line guidelines of each category would be helpful. For instance, `Code` category means a product that lets you build your product using that product. What wouldn't...

OIDC spec defines a way to log out the user on OIDC client when a logout happens on provider side i.e. WordPress side in our instance [Reference](https://openid.net/specs/openid-connect-backchannel-1_0.html) Synapse also [supports](https://matrix-org.github.io/synapse/develop/openid.html#oidc-back-channel-logout)...

When we reach the point of user registering their own client for whatever needs, we should 2FA them to be really sure about the intent, to prevent possible misuse of...