Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Conversation

@Hebilicious
Copy link
Owner

@Hebilicious Hebilicious commented Sep 11, 2023

πŸ”— Linked issue

Fix #77

❓ Type of change

  • πŸ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • πŸ‘Œ Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • 🧹 Chore (updates to the build process or auxiliary tools and libraries)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

πŸ“š Description

Renamed the core composable :

  • getServerToken => getAuthJsToken
  • getServerSession => getAuthJsSession
  • NuxtAuthHandler => NuxtAuthJsHandler

Nuxt authJs option baseUrl is now serverUrl, to avoid confusion with Nuxt baseUrl.

Add a defineAuthJsConfig helper.

Improve support for Nuxt baseUrl.

πŸ“ Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Sep 11, 2023

Deploying with Β Cloudflare Pages Β Cloudflare Pages

Latest commit: 1ed9c02
Status:Β βœ…Β  Deploy successful!
Preview URL: https://8c49e46a.authjs-nuxt.pages.dev
Branch Preview URL: https://feat-standardize-import.authjs-nuxt.pages.dev

View logs

@Hebilicious Hebilicious changed the title feat: standardize import feat!: core api changes Sep 11, 2023
@Hebilicious Hebilicious marked this pull request as draft February 9, 2024 09:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

nuxt baseUrl isn't respected

2 participants