feathers icon indicating copy to clipboard operation
feathers copied to clipboard

The API and real-time application framework

Results 246 feathers issues
Sort by recently updated
recently updated
newest added

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...

Feature
Database

### 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...

Feature
Client

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...

Feature
Authentication

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....

Bug
Authentication

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...

Discussion
Scaling

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...

Authentication