-
### Steps to reproduce
1) Get feathers-chat sample app https://github.com/feathersjs/feathers-chat
2) Try using github oauth or google oauth (I've tested both)
3) The oauth page of the provider o…
-
Using feathers-authentication v1, we're expected to fetch user details separately from authenticating.
This means store.auth.user is currently empty after authenticating.
Would much need to change…
-
This could be due to me not understanding how it works, but I have set up a Feathers 5 API with local authentication, and set the usernameField to "username" instead of email in the config. But my Nux…
-
Hi there,
if my understanding of this library is correct, the following variables should be the same, I guess:
https://github.com/eddyystop/feathers-reduxify-authentication/blob/master/src/index…
-
I'm following Feather's API key auth strategy as listed [here](https://feathersjs.com/cookbook/authentication/apiKey). My application only has API key auth and no other auth stratagies.
I've set up…
-
I've basically just run through the set up and I cant seem to get the services bound to vue. Any suggestions?
Here's my client setup.
```js
import Vue from 'vue'
import Resource from 'vue-reso…
-
Hi, need some help here.
My authentication feathers return this.
```
{
"accessToken": "",
"authentication": {
"strategy": "local",
"accessToken": "",
"paylo…
-
I tried adding this to my project, and changing all my services to be registered on `app.v1`. However, I am having issues with the authentication service, as it isn;t registered in the normal way. The…
-
For now, the implementation is using the account sercice which is based on feathers-authentication-management. But feathers-authentication-management do not provide a mecanism to extend the proposed a…
-
### Steps to reproduce
- Create a new Feathers project configured with TS
- Set up API key (machine key) authentication as instructed by the feathers documentation [here](https://feathersjs.com/co…