chore: clean up custom error section and add repository links
āļø 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 links to the repositories supported by Auth.js, including: Next.js, SvelteKit, Express, Solid, and Qwik.
š§¢ Checklist
- [x] Documentation
- [ ] Tests
- [x] Ready to be merged
š« Affected issues
š Resources
The latest updates on your projects. Learn more about Vercel for Git āļø
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| auth-docs | ā Ready (Inspect) | Visit Preview | š¬ Add feedback | Aug 27, 2024 1:22pm |
1 Skipped Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| next-auth-docs | ā¬ļø Ignored (Inspect) | Visit Preview | Aug 27, 2024 1:22pm |
@halvaradop is attempting to deploy a commit to the authjs Team on Vercel.
A member of the Team first needs to authorize it.
The existing examples don't contain an error page example at all. I think the existing "Custom Error Page' example is good as-is :pray:
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 content. However, at the bottom of the section, there is information on how to do this using Next.js, with code that includes the same component name and directory. For this reason, I have removed that code.
On the other hand, I think it would be beneficial to add links to other frameworks supported by Auth.js to help users build a custom error page using framework-specific templates.