Dylan Vanmali

Results 10 issues of Dylan Vanmali

### Describe the problem you'd like to have solved Add Nuxt3 docs into the "Regular Web App Section" of the docs website. Since I am not an Auth0 employee I...

### Describe the bug The functionality of the decode function does not return a value, instead it returns the string of the entire function back. For example, the following `encoding::base64::decode("MjMyMw")`...

bug
triage

**Describe the bug** Truncating the date string into milliseconds without the nanoseconds, prevents us from querying the record since the entire timestamp is recorded. The query works within SurrealDB but...

Bug

## ☕️ Reasoning Moves package dependency to version 1 of the surrealdb javascript library. Package includes websocket connectivity, type safety, updates to the setup documentation, and package peer dependency change....

adapters
surrealdb

### What component does this affect? SurrealDB Server ### Describe the bug An order of operation bug which fails type checking when using `id` into the `VALUE` statement. Notice that...

topic:schema
/surrealdb
GitHub Bug

### Describe the solution you'd like Noticed that the following new types were provided to the [UserProvidedConfig](https://github.com/stripe/stripe-node/blob/master/src/Types.d.ts#L250) but not [StripeConfig](https://github.com/stripe/stripe-node/blob/master/types/lib.d.ts#L34). Could documentation also be written for the authenticator function: -...

feature-request

# oAuth 2.1 Provider An upgrade to oidc-provider plugin that makes it oauth2.1 compliant and has a configuration that is secure by default. Plans for the deprecation of oidc-provider plugin...

## Features **feat**: `remoteUrl` option disables jwks endpoint and uses this endpoint in oAuth metadata **feat**: remote `sign` payloads using a server-side privateKey environment variable or remote signing service like...

Fixes issue of authorization url not being discovered by social provider. This addition also enables `signIn.social` beyond just `signIn.oauth2`. Closes: #3278 --- ## Summary by cubic Use OIDC discovery to...

### What component does this affect? SurrealDB Server ### Is this improvement related to a problem? Before the release of 3.0 stable, could the experimental feature for record references be...

/surrealdb
GitHub Improvement