Matt Nemitz

Results 6 issues of Matt Nemitz

Our team is building custom policies based on the `SocialAndLocalAccounts` starter pack: https://github.com/Azure-Samples/active-directory-b2c-custom-policy-starterpack/tree/main/SocialAndLocalAccounts Currently with the `PasswordReset` user journey here, if a user signs up with social (i.e. Facebook), then...

The MicrosoftStrategy class overrides the userProfile method of the OAuth2Strategy class in such a way that the extraParams argument is ignored. While this argument is not used in this implementation,...

First off let me just say I love this project and I'm thrilled to be trying it out! One thing that I think would be cool would be to be...

## Setup I have a minimal Remix app using Vite: https://github.com/mnemitz/remix-test-app This app imports a dummy library I've created here: https://github.com/mnemitz/my-test-lib The library has the two module entrypoints defined in...

### Description Adding the `Heading` component results in type errors on forwarded refs ### CodeSandbox/Snack link https://codesandbox.io/p/devbox/hrlzf2 ### Steps to reproduce 1. Set up project with `[email protected]` (should have `"@expo/html-elements":...

bug
v2

**Go version**: `go version go1.25.0 linux/amd64` ## Problem The README installation command is: ``` go get github.com/workos/workos-go/v4... ``` However for me this failed with the following error: ``` go: module...