Peter Budai
Peter Budai
**Describe the bug** When running in development mode the sourcemaps are multiplied, resulting errors during debug **To Reproduce** Steps to reproduce the behavior: 1. `npm run watch` 2. Click on...
**Describe the bug** Vitest VS Code extension fails if you have many test files in folders with the following error message: [INFO 9:37:34 AM] The command line is too long....
I love the components so far! I have noticed when I was testing that `ASwitch` component cannot not get a keyboard focus. This also means that it cannot be toggled...
Or the dependency is only for DbUp 4.5?
## ☕️ Reasoning This PR is aiming to add support for Nuxt framework to `@AuthJS` ## 🧢 Checklist - [x] Add `SetEnvDefaults` to be consistent with other frameworks - [x]...
### Environment - Operating System: Windows_NT - Node Version: v21.4.0 - Nuxt Version: 3.8.1 - CLI Version: 3.9.1 - Nitro Version: 2.8.1 - Package Manager: [email protected] - Builder: - -...
## ☕️ Reasoning This PR adds an adapter for SQL Server. Adapter also supports the WebAuthn / PassKey auth structures. ## 🧢 Checklist - [x] Documentation - [x] Tests -...
This PR adds raw item get/set support, similar to abandoned #442, but also adds test for that new procedures. Also I have noticed that the current `removeItem` test fails, as...
The [documentation](https://nuxtoidc.cloud/getting-started/security#oauth-20) mentions that Client Credentials Grant could be implemented using a single `fetch`. Is there a minimal example how this could be achieved with this library? Background: we would...