-
Hi,
I have spent the last two days learning from your example which has a good starting point but is outdated. I think I have it working on the latest feathersjs. Can we collaborate on this somehow…
-
I am currently running feathers v4, and using custom JWTStrategy to add user role into JWT token. With this implementation i am unable to access authenticated web-services.
Is there any way to get p…
-
I'm new to FeathersJs.
One of my projects I'm currently working on is using FeathersJs, however I noticed that it's taking long (usually around 5 seconds) to login.
Upon debugging I found that this…
-
In the "Creating an App" section of the docs set the stack to use MongoDB. I had the issue for both TypeScript and JavaScript. Follow the instructions to create the app with GitHub login. See if you a…
-
### Steps to reproduce
1. I did set jwt expire time very shortly for testing token refreshing. set 5seconds.
config/default.json
2. after 5seconds.
feathers debug printed "Removing a…
-
Trying to utilize `ioredis` for the `redisClient` option (I depend on sentinels which is unsupported by `node-redis`
functions as expected with feathers@4 and feathers-sync@2:
```js
.configur…
-
This part is not documented on @feathersjs/hooks: https://github.com/koajs/koa/blob/master/docs/guide.md#combining-multiple-middleware-with-koa-compose
```js
const { hooks, compose } = require('@f…
-
When the FeathersJS app users table is changed and the app restarted (e.g. for development),
so the originally logged in user doesn't exist anymore, `react-admin` doesn't return to the login screen.
…
-
The auto-generated models include:
```
$beforeUpdate() {
this.updatedAt = new Date().toISOString();
}
```
It seems to work and update the entry in the database.
But when I look at…
-
### Issue
Expired JWT's close the client Socket IO connection entirely.
If there is an active authenticated socket io connection and the jwt expires, the connection is closed by the server and t…