-
I want to add two factor authentication service to my feathers app.
Please give a suggestion how to proceed in new version of feathers to achieve this.
Thanks in advance
-
Made this request probably a year ago. Doing a new deployment with your lib and came back here to see if it was resolved one way or other and can't find the request so gonna lobby once again.
Pos…
-
just trying to migrate to 2.0. Need some clarification
in the backend a model and service is created like so
```
// Initializes the `circuits` service on path `/circuits`
const createService …
-
Hello,
### Steps to reproduce
Create a simple service :
info.service.js
```
import Info from './info.class';
import hooks from './info.hooks';
export default function (app) {
app.use…
-
### Steps to reproduce
Hi,
Create a service (with knex postgre on my side).
Most on my CRUDS methods should not be accessible from external (for this I set the appropriate hooks).
Next I reg…
-
## Feature request
Support document middleware
## Background
AFAIK, document middleware, such as [mongoose pre-save hooks](https://mongoosejs.com/docs/middleware.html#pre), are not supported.…
-
### Steps to reproduce
Use the composition API on a registered service and set `params.paginate = true` which should disable live updates
### Expected behaviour
It should use server side pagi…
-
Given a Mongoose service configured for relationships with `{ ref: 'modelName' }`, when subscribing via a `.find()` query that includes the special `$populate` parameter, and a `patch` update is recei…
-
Everytime I generate a new service on top of your repo,
sudo feathers generate service people
I get this error..
Can you please look into why do i get this error ?
![image](https://user…
-
https://github.com/feathers-plus/feathers-hooks-common/blob/5d860579da32be9da3bce0d55f5cbd135b2f50d2/lib/services/stash-before.js#L33
Why does stashBefore serialize the object? this destroys Date o…