-
I have a service that is authenticated RSA256 JWT tokens. The service runs in kubernetes and doesn't have an entity associated.
If entity is left bank in config files, the entity is `undefined` and…
-
When I hit this line in my code,
await authStore.authenticate({strategy: 'local', ...state})
I get the error below
![image](https://user-images.githubusercontent.com/67985535/231553345-4089c…
-
Hi guys thanks for this wonderful project. I'm planning to work with MongoDB, FeathersJS and NuxtJS and I would like to get a solid foundation for my projects. Therefore I started to play with this [e…
-
Hello, the issue happens when trying to interact with a Feathers Server (authenticate service), from React-Native projects with FeathersClient/AuthenticationClient/SocketIOClient, and Hermes enabled o…
-
## Website
- [x] Move [dove.feathersjs.com](https://dove.feathersjs.com/) to [feathersjs.com](https://feathersjs.com/)
- [x] Add redirects in docs.feathersjs.com to feathersjs.com
- [x] Review re…
-
Hi,
In **authenticate** function, on line 62 authCounter is increased, but it is never decreased which causes isPending to stay true although authentication has finished.
Maybe `.finally(() => au…
-
### Steps to reproduce
Ran
```
npm create feathers@latest feathers-chat
? Do you want to use JavaScript or TypeScript? TypeScript
? Write a short description test
? Which HTTP framework do you w…
-
### Steps to reproduce
1. Build a small Express based app with v5.
2. Modify the package.json to leverage aliases for v5 express and v5 core.
```json
"dependencies": {
"f5": "npm:@fe…
-
### Steps to reproduce
Any basic feathers project with OAuth authentication enabled will work. After authentication, try the below code in any after `create` hook
```js
async (context) => {
…
-
This is neither a bug nor a feature request. I read that the authentication system is refactored for the next release and wonder whether this will address my use case:
I use Amazon Cognito for auth…