Nils
Nils
This would be a great feature! Allows to make authentication automatic (:
@danielroe anything I can do to push this PR along? (: Would be cool to land this in [`3.12.5`](https://github.com/nuxt/nuxt/pull/28217) or know what the plan with this PR is, but of...
@danielroe think you can have a look here and let me know what is the next step? I'm also happy for you to push this PR to a finish if...
@Rigo-m which version of the plugin-code I provided here did you use? Asking because there was a change in behavior based on a comment by @danielroe above: https://github.com/nuxt/nuxt/pull/28160#discussion_r1709199560 which maybe...
You can checkout #1062, there's already a package based on the latest commit you can test out linked here: https://github.com/sidebase/nuxt-auth/pull/1062#issuecomment-3415946747 For simplicity: ``` npm i https://pkg.pr.new/@sidebase/nuxt-auth@1062 ``` Note: This work...
Just to add / clarify, as I'm unsure whether the change you proposed would address it: The invocation currently also fails with a non-zero status code, blocking CI from passing....
Further info: I identified the line that is causing the error. It's the `input`-parameter line of this function-signature. It does not seem to exceed `400` column numbers (width as displayed...