Rohan Mukherjee
Rohan Mukherjee
# Parser does not recognize relative addressing and pre-processor directives ## Addressing types As of now, the parser is very simple and recognizes only Immediate, Register and Direct (Memory) addressing,...
**Is your feature request related to a problem? Please describe.** N.A. *Description*: Add more MongoDB query snippets that you think should be supported by the extension. **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** No, it is not. The request is pertaining to the already existing `View Database as JSON` feature. Description: A CodeLens...
This change updates the tokenExchangeCallback to include the code_verifier, enabling full PKCE (Proof Key for Code Exchange) support when the library is used as a client to an upstream OAuth...
This change introduces a new `validateClientRegistration` callback to the `OAuthProvider` options, enhancing the security of the dynamic client registration feature. ## The Problem Previously, when the `clientRegistrationEndpoint` was enabled, the...
## Description This PR introduces two new helper methods, `storeAuthRequest` and `getAuthRequest`, to the `OAuthHelpers` object. These methods provide developers with the ability to manually store and retrieve `AuthRequest` objects...
### Summary `persistState` accepts a `{ path: '...' }` object and not a string. ```ts type PersistState = boolean | { path: string; }; ``` ### Screenshots (optional) ### Documentation...
Inspired by #5267 Added a new `lucent-orng` theme to the TUI with a vibrant orange color scheme supporting both dark and light modes. It's the same as the `orng` theme,...
1. The `state` parameter is a random generated string now (as per OAuth 2.0 spec). We validate in the callback that the same string is received. 2. Previously, if you...
Typically 20 lines is too less for an AI agent to have enough context. 100 or 150 lines is closer to what coding agents like Claude Code generate. Updating the...