feathers
feathers copied to clipboard
The API and real-time application framework
Screencast: https://we.tl/t-0ZnTvjMwHX Todo: - [ ] fix build error @fratzinger - [ ] add coloring to element-plus - [x] add category filter - [x] add filter for old packages -...
Dear community I hope this finds you well. I see there is quite a question mark regarding how to properly handle JWT expiration and login sessions of active client connections....
Running the Quick Start with typescript defaults returns the following error when executed with `tsc app.ts` unless a tsconfig file is made and a handful of legacy compatibility features are...
### Steps to reproduce - Create a feathers app using the following options: https://cdn.discordapp.com/attachments/1017195623235199117/1017195623482675241/unknown.png - Run `yarn start` ### Expected behavior The app should compile into javascript which should then...
### Question Would it be possible to add a CLI option to use Jest instead of Mocha as the testing framework?
### Steps to reproduce I have a typebox schema like: ``` export const itemSchema = Type.Object({ id: Type.Number(), meta_data: Type.Object({ tie: Type.Optional(Type.String()), suit: Type.Optional(Type.String()) } }) ``` And I want...
### Steps to reproduce - Create a new Feathers project configured with TS - Set up API key (machine key) authentication as instructed by the feathers documentation [here](https://feathersjs.com/cookbook/authentication/apiKey.html) - You'll...
Wanted to have a request with query like {$in: [.....]}, but koa-qs has array limit already inside the feathers koa. Is there any way to update the limit or remove...
### Steps to reproduce https://codesandbox.io/p/devbox/feathers-select-bug-q4fsvw It should just bootstrap itself and create a company on startup, so you can just instantly access it via /company /company?$select[]=virtualField1
We have created our own authentication strategy in order to automatically renew JWT, details can be see [here](https://github.com/kalisio/kdk/blob/master/core/api/authentication.js#L72). However, it appears that if the original token does contain some additional...