feathers
feathers copied to clipboard
The API and real-time application framework
Hi I'm following the doc to make a cluster with the app but the doc doesn't match with what's in the default app.js file Since there is a condition that...
Hi, i try use feathersjs rest client using axios in upload large file i need show progress bar but there is no documentations https://docs.feathersjs.com/api/client/rest.html how config feathersjs client call onUploadProgress...
it seems that the method `handleSocket` in `AuthenticationClient` linked below here which recreates authentication once socket.io or primus reconnects doesn't honor the timeout which is used when actually calling the...
I've added additional known operators to whitelist option for feathers-sequelize, but cleanQuery is also failing things like '"$primaryLocation.city$". Is it reasonable that sequelize field expressions are blacklisted by default, or...
### Steps to reproduce On upgrading angular application to **Angular 10.0.0** It gives warning for modules and packages that have dependency on commonjs or AMD for optimization bailouts PSB Log...
After heavy research, I'm still not sure what is the best way to implement Single Sign-on (SSO) with feathers. Scenario: - user logins at login.feathersjs.com, JWT is issued - user...
I'm running the latest feathers version of everything, using the rest client with axios. I have overridden the `create` method of my authentication service to return `BadRequest` in some cases....
Hello there, not really an issue, but just wanted to share debugging tool I built, it's basically React app hosted as Chrome extension (though can work as service). ![how it...
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...
When using private directory services such as Azure AD B2C. Logging out of the current app session is not enough to log the user out of the session. By attempting...