Hernan Alvarado

Results 15 comments of Hernan Alvarado

I have followed your instructions and moved the content

To remove these errors and enable autocompletion for the properties, you need to extend the `JWT` type in your project. For more information on how to do this, [read more...

Currently, there is a link that navigates to the TypeScript docs, or your idea would be to add a link in the base description ?

I have made the changes based on your suggestions. 🧙‍♂️

I have made changes similar to those in PR #11701. I added `Object.fromEntries` because the `signIn` function expects a value of type `SignInOptions`, which is an object. Additionally, I included...

Thank you for explaining the error in SvelteKit, even though I don’t have knowledge in SvelteKit. 👌

I’m not sure how useful that solution is because, as I understand it, this section is meant for creating a custom error page, and it does not contain the relevant...

This is not a real issue. Let me explain more clearly what is happening: ## 1. Defining Fields in the `Credentials` Provider The `Credentials` provider allows you to define the...

There's no need to create three separate PRs just to fix types in the documentation—you can consolidate all the changes into a single PR. - #12993 - #12991 - #12985

There's no need to manually set the session strategy when using the Credentials provider—auth.js sets it by default. You can find more details in the official documentation: [Session Strategies](https://authjs.dev/concepts/session-strategies)