-
I tried to add AdminJS to my Feathers app by applying everything from https://github.com/AshotN/feathers-chat-AdminJS/commit/49f8e5c2f335c4d0bca04e26d60d3d2e8b90be75.
With an empty resource array i…
-
Buongiorno, prima di iniziare volevo ringraziarti per la condivisione del progetto.
Dunque.. sto riscontrando un problema quando faccio login.
Ho installato tutto come si deve con Docker, ma quando …
-
### Steps to reproduce
Method using Oauth
1. Setup feathersjs/authentication-client with storage in window.localStorage.
2. Head to the relavent oauth url ex. ``http://localhost:3030/oauth/github``…
-
I have two middlewares, one for router, specified in nuxt.config.js (_auth.js_)
```js
import { AUTH_TOKEN_REQUEST } from '../store/auth'
const getCookieFromReq = req => {
return decodeURICompo…
-
As discussed on [Discord](https://discord.com/channels/509848480760725514/1108070837698965514), after some time of working in Feathers 5.0.5 with TypeBox, I get a CPU overload in vs-codium. Closing th…
-
### Steps to reproduce
Create a new application with the Feathers 5 (currently 5.0.0-pre.31) generator and choose the defaults but specifically choose these -> (KOA) (JAVASCRIPT)
Note: When I chos…
-
If you have an existing JWT, when an initial reAuthenticate call happens, if the referenced entity does not exist any more (e.g. deleted from users) then the feathers client does not handle this as a …
-
### Steps to reproduce
Create an OAuth based app which reauthenticates the user using `reAuthenticate()` in the index when an access token is available. In the app add a try/catch block like this:
…
-
Browser console gives me:
```log
websocket.js:124 WebSocket connection to 'ws://localhost:3030/socket.io/?EIO=3&transport=websocket' failed: Invalid frame header
WS.doOpen @ websocket.js:124
Tra…
-
I'm running the latest feathers version of everything, using the rest client with axios.
I have overridden the `create` method of my authentication service to return `BadRequest` in some cases. My …