-
What I want to do, is to set _id the same as in jwt token instead of additional property oidcId, is it possible or will be better to extend and modify class?
-
### Steps to reproduce
Tried with both 16 (v16.19.0) 17 (v17.9.1) 18 (v18.7.0 and v18.14.0) and 19 (19.6.0)
```
npm create feathers@pre whatever
? Do you want to use JavaScript or TypeScript? …
-
Hi @Atinux Thanks for your help with my previous feathers-primus issue, i have one past that. however, i ran into the below
I also wished to ask if Hot module reload works with the ```with fea…
-
I'm using Feathers-Pinia 2.0.0-pre.14 in Vue script setup to render a [reactive list with a live query](https://v2.feathers-pinia.pages.dev/guide/common-patterns.html#reactive-lists-with-live-queries)…
-
### Steps to reproduce
We're using feathers-sync `sync` using a redis connectionString to synchronize multiple feathers instances and feathers-socket.io to publish events that are consumed by othe…
-
Server is humming fine, (latest v5.0.0) but generating any new service fails:
```sh
npx feathers generate service
? What is the name of your service? invites
? Which path should the service be r…
-
Need increase the security. Make sure have mechanism to protect the account from brute force.
Try implement:
https://github.com/feathersjs-ecosystem/feathers-authentication-management/blob/maste…
-
I’m building a feathers app with a vue frontend. I’m trying to protect some of my client-side routes via a navigation guard.
My approach so far was to set a "isLoggedIn" flag to `true` in my Vuex-S…
-
### Description 🐜
We have a next.js app with a Feathers.js backend that uses next-auth for logging in.
Expected behaviour:
We have a react native app running with a feathers backend(uses web …
-
## The problem
When doing local tests in order to try/test external OAuth2 service providers, it gets really hard to work with localhost on NODE_ENV that are not 'development' or 'test'.
It woul…