-
I think we need a slight restructure of the hook object that provides a bit firmer “contract” for what can be returned/modified and also helps people avoid common pitfalls. Overall the current structu…
-
### Steps to reproduce
### Expected behavior
If `grant` returns an error like it can here
https://github.com/simov/grant/blob/6e0692dfdd83edbc4ee82629ba0fe8f986d5879d/lib/flow/oauth2.js#L…
-
## Description
The feathers client could include the authentication configuration.
Currently, using the typed client with a fresh v5 app results in the following typescript errors:
`Argument …
-
### Steps to reproduce
I have encountered a weird behavior in trying to write some tests for some of the services that I have. These services use the new Feathers V5 resolvers to join on a few DB t…
-
I think #3284 introduced a new bug where `oauth.origins` / `oauth.redirect` is ignored for failed authentication requests.
### Steps to reproduce
- setup github oauth process
- during the auth…
-
I believe it would be very useful to have a very simple example of a working feathers server. This extraordinary simple example assumes you are starting out with absolutely nothing except for a serv…
-
My src/services/uploads/uploads.service.js
```
// Initializes the `uploads` service on path `/uploads`
const createService = require('feathers-rethinkdb');
const hooks = require('./uploads.hooks')…
-
The following errors were reported by 5.6.0-dev.20240609
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
### Steps to reproduce
Logging in using Google Oauth as per: https://feathersjs.com/cookbook/authentication/google.html
Was previously working fine (for ~1 year), but went back and made some cha…
-
As the title states, does auth-management work with feathers v5?