feathers
feathers copied to clipboard
The API and real-time application framework
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@feathersjs/[email protected]` for the project I'm working on. The request, response, and next function...
[OpenTelemetry](https://opentelemetry.io/) is a cloud-native observability framework that supports tracing in a vendor-neutral manner. Created an instrumentation [proof-of-concept](https://github.com/deskoh/feathers-opentelemetry-demo/tree/dove) for tracing Feathers app (currently pinned to `5.0.0-pre.2`). (See [crow](https://github.com/deskoh/feathers-opentelemetry-demo/tree/crow) branch for v4)....
### Steps to reproduce Connect to Feathers server via socket.io-client with authorization JWT in the header via **extraHeaders**. If authentication is successful, **login** event fires followed by **connect/connection** events sometime...
### Steps to reproduce Create an additional JWT strategy by extending the `JWTStrategy`. Register the new strategy (alongside the default jwt strat) and try to use the new strategy. In...
I already found a lot of hints about how to get a Feathers application scaled (e.g. in #157) but haven't had any luck yet getting it working with Socket.io (plain...
### Steps to reproduce * a feathersjs backend and a react (web) frontend using feathersjs/client for authentication * using feathersjs/authentication-local * using feathersjs/authentication-oauth (google, in this case) * calling .reAuthenticate()...
### Steps to reproduce 1. Generate google access token in Frontend(I am using [React library](https://www.npmjs.com/package/react-google-login) `react-google-login`) 2.Login using `local` strategy using email A POST /authentication body ` { "strategy": "local",...
I already uploaded my application to my github repository. Heroku detects every change I make in my rest-api / branch and automatically deploys it. I have already read all the...
Is there a format or specification available for writing a custom transport adapter? I'm really interested to use feathersjs with MQTT (for IOT devices), but I couldn't too easily understand...
Hello, I'm currently evaluating Feathers for our team and love it. I'm trying to cover all of our use cases and am stumped on how to handle creating or updating...