-
`feathers-blob` currently relies on a model conforming to the [abstract-blob-store](http://npmrepo.com/abstract-blob-store) interface. Most of the time it appears `feathers-blob` is used to store data…
-
I love feathers having used it for a number of projects to date. I find it's real sweet spot to be applications that have a single backend service or for creating http based microservices. However w…
-
I've a couple of feathersjs backend services that are using version `4.5.15`, therefore the startup guide in the documentation did not work for me, I followed the instructions exactly.
I also wasn't …
-
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 …
-
**Is your feature request related to a problem? Please describe.**
I am attempting to move my code base off of CJS and onto ESM.
**Describe the solution you'd like**
For feathers-swagger to supp…
-
[resolved] Issue: On the mq-client service we need to add a user id entity like on the feathers-mongoose this.id, this is used to identify what field on the users service or what service your using on…
-
When having a security hook in place in app/before/all (thus being executed before the service level hooks) using an `authenticate('jwt')` hook in other services screwed up the auth hook for us.
Us…
-
I am new to feathers and having trouble understanding data modelling and services section of the docs.
With the new dove v5 feathers typed client bundle, I am able to import the schema as a type li…
-
I'm trying to find a practical/recommend way to extract services, separating them into their own instances, following microservices-style. In this matter, there is an interesting statement on the land…
-
---
title: Future Architecture for Services in "Members"
description: High level target architecture for services implemented in Members (as of March 2022)
---
## Context
Members 2.0 was deve…