Skip to content

Fix `initAuth` (Nuxt utility) for Feathers V4

Compare
Choose a tag to compare
@marshallswain marshallswain released this 10 Nov 02:51
· 646 commits to master since this release

Fix: initAuth utility updated for Feathers V4

This fixes the initAuth utility for SSR when the feathersClient is provided as one of the options. It now calls Feathers Authentication V4 methods.

Some tests have also been added to the find actions to cover the $limit query operator.