nuxt-auth icon indicating copy to clipboard operation
nuxt-auth copied to clipboard

feat(#673, #523, #848): back-port authjs migration

Open phoenix-ru opened this issue 1 year ago โ€ข 1 comments

๐Ÿ”— Linked issue

Relates to #673, #523, #848

This is a (partial) back-port of #818 to current code. Because completely updating to @auth/core makes the module very unstable, we decided to instead back-port the advancements made in the PR to also prepare for a future update.

Differences with #818 :

  • no @auth/core version bump;
  • internal helpers are preserved because they seem to work better than these of @auth/core;
  • no breaking changes.

โ“ Type of change

  • [ ] ๐Ÿ“– Documentation (updates to the documentation, readme or JSdoc annotations)
  • [ ] ๐Ÿž Bug fix (a non-breaking change that fixes an issue)
  • [x] ๐Ÿ‘Œ Enhancement (improving an existing functionality like performance)
  • [ ] โœจ New feature (a non-breaking change that adds functionality)
  • [x] ๐Ÿงน Chore (updates to the build process or auxiliary tools and libraries)
  • [ ] โš ๏ธ Breaking change (fix or feature that would cause existing functionality to change)

๐Ÿ“š Description

๐Ÿ“ Checklist

  • [x] I have linked an issue or discussion.
  • [ ] I have added tests (if possible).
  • [ ] I have updated the documentation accordingly.

phoenix-ru avatar Aug 08 '24 13:08 phoenix-ru