-
## The devDependency [@feathersjs/authentication](https://github.com/feathersjs/feathers) was updated from `4.3.11` to `4.4.0`.
🚨 [View failing branch](https://github.com/feathersjs-ecosystem/feathe…
-
## The devDependency [@feathersjs/authentication-local](https://github.com/feathersjs/feathers) was updated from `4.3.11` to `4.4.0`.
🚨 [View failing branch](https://github.com/feathersjs-ecosystem/…
-
## The dependency [@feathersjs/errors](https://github.com/feathersjs/feathers) was updated from `4.3.11` to `4.4.0`.
🚨 [View failing branch](https://github.com/feathersjs-ecosystem/feathers-hooks-co…
-
Hi,
Feathers server has the option to filter channels dynamically. FeathersVuex should have this option too, instead of forcing the api to persist the filter rules and the client to "ask" for those…
-
Hi,
It's possible to update package.json ?
I check the difference :
```
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"feathers": "^…
-
I am trying to set up the feathers client side with the code below but getting the error about.
Node v10.16.3
Using sveltejs/sapper on client
```
import feathers from '@feathersjs/feathers';
im…
-
### Steps to reproduce
(First please check that this issue is not already solved as [described
here](https://github.com/feathersjs/feathers/blob/master/.github/contributing.md#report-a-bug))
- …
-
### Steps to reproduce
I'm working on a project where I need to set the oAuth redirect URL dynamically (I need to set the domain or subdomain dynamically). I've read that this is possible in the late…
-
### Steps to reproduce
`feathers-client.js`
```
import feathers from '@feathersjs/feathers'
import socketio from '@feathersjs/socketio-client'
import auth from '@feathersjs/authentication-client'…
-
### Comment/Problem
This page has incorrect/out of date information. Following this guide closely results in code that does not work.
The API will authenticate appropriately, but does not return…