Hernan Alvarado

Results 14 issues of Hernan Alvarado

## ☕️ Reasoning This pull request adds documentation for extending session data using provider functions in the configuration file. It explains how to use the authorize and profile functions provided...

## ☕️ Reasoning This pull request adds code to the `getting-started/authentication` section for implementing magic links. It allows users to authenticate using magic links, providing a secure and user-friendly login...

## ☕️ Reasoning This pull request introduces several changes to the `getting-started/authentication/oauth` section, adding code for using any provider supported by Auth.js on the client side in Next.js. Additionally, it...

## ☕️ Reasoning This pull request adds code examples to the `Built-in Pages` section for the frameworks supported by Auth.js, including Next.js, Qwik, and SvelteKit. The examples demonstrate how automatic...

## ☕️ Reasoning This pull request resolves issues caused by the incorrect configuration of the extends property in the `tsconfig.json` files within the `packages` folder. The errors were due to...

adapters
firebase
prisma
dynamodb
fauna
mikro-orm
dgraph
mongodb
neo4j
pouchdb
sequelize
upstash-redis
supabase
typeorm
xata
frameworks
solidjs
drizzle
kysely
next-auth
d1
hasura
surrealdb
pg
azure-tables
edgedb
unstorage

## ☕️ Reasoning This pull request cleans up the `custom error` section in `guides/pages` by removing the example code for the frameworks (currently located below this content). It also adds...

## ☕️ Reasoning This pull request adds slugification for framework tabs, allowing the currently selected framework's name to appear in the URL. The framework is determined based on the button...

## ☕️ Reasoning This pull request introduces an object containing information about SolidStart to be displayed on the root page of the documentation. It expands the documentation of the examples...

## ☕️ Reasoning This pull request introduces global styles for the providers API reference to ensure consistent background and text colors for the main description, while preventing users from inputting...

providers
core

## ☕️ Reasoning This pull request refines the codebase related to the OAuth section to reduce redundancy and enhance flexibility. The changes focus on providing a more generalized structure, making...