Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): remaining authjs.dev and repo clean up #6097

Merged
merged 25 commits into from
Dec 22, 2022

Conversation

ndom91
Copy link
Member

@ndom91 ndom91 commented Dec 17, 2022

NOTE:

  • It's a good idea to open an issue first to discuss potential changes.
  • Please make sure that you are NOT opening a PR to fix a potential security vulnerability. Instead, please follow the Security guidelines to disclose the issue to us confidentially.

☕️ Reasoning

  • Update (almost) all links from next-auth.js.org -> authjs.dev, including updating paths to the new location of the appropriate page
  • Update other references to next-auth
  • Remove installed mermaid packages for native mermaid support.

🧢 Checklist

  • Documentation
  • Tests
  • Ready to be merged

🎫 Affected issues

Please scout and link issues that might be solved by this PR.

Fixes: INSERT_ISSUE_LINK_HERE

📌 Resources

@vercel
Copy link

vercel bot commented Dec 17, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
auth-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Dec 22, 2022 at 4:59PM (UTC)
2 Ignored Deployments
Name Status Preview Comments Updated
next-auth ⬜️ Ignored (Inspect) Dec 22, 2022 at 4:59PM (UTC)
next-auth-docs ⬜️ Ignored (Inspect) Dec 22, 2022 at 4:59PM (UTC)

@github-actions github-actions bot added adapters Changes related to the core code concerning database adapters dgraph @auth/dgraph-adapter dynamodb @auth/dynamodb-adapter fauna @auth/fauna-adapter firebase @auth/firebase-adapter mikro-orm @auth/mikro-orm-adapter mongodb @auth/mongodb-adapter neo4j @auth/neo4j-adapter pouchdb @auth/pouchdb-adapter prisma @auth/prisma-adapter sequelize @auth/sequelize-adapter supabase @auth/supabase-adapter typeorm-legacy upstash-redis @auth/upstash-redis-adapter xata @auth/xata-adapter labels Dec 17, 2022
return (
<div className="signin">
{theme.brandColor && (
<style
dangerouslySetInnerHTML={{
__html: `:root {--brand-color: ${theme.brandColor}}`,
__html: `:root {--brand-color: ${theme.brandColor}}`

Check warning

Code scanning / CodeQL

Exception text reinterpreted as HTML

[Exception text](1) is reinterpreted as HTML without escaping meta-characters.
@balazsorban44 balazsorban44 merged commit 0ea9ada into main Dec 22, 2022
@balazsorban44 balazsorban44 deleted the ndom91/repo-clean-up branch December 22, 2022 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapters Changes related to the core code concerning database adapters dgraph @auth/dgraph-adapter dynamodb @auth/dynamodb-adapter fauna @auth/fauna-adapter firebase @auth/firebase-adapter mikro-orm @auth/mikro-orm-adapter mongodb @auth/mongodb-adapter neo4j @auth/neo4j-adapter pouchdb @auth/pouchdb-adapter prisma @auth/prisma-adapter sequelize @auth/sequelize-adapter supabase @auth/supabase-adapter typeorm-legacy upstash-redis @auth/upstash-redis-adapter xata @auth/xata-adapter
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants