You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
With the new feathers-authentication-client, authentication isn't really necessary in this module. This module is now, for the most part, kind of a "networking" module for connecting the client to the server (as opposed to authenticating).
So it would make sense that we remove the authentication bit from this module. (i.e. feathersClient.authentication because it's being replaced with feathers-authentication-client).
The text was updated successfully, but these errors were encountered:
I think we will keep it like this for now (feathers-authentication-client will still be feathers.authentication). It will all make more sense in the next version when we tackle #137. I still don't know how I feel about browser builds for each individual client module but maybe that is the best way to do it to avoid any more confusion on what is included in the client build.
With the new
feathers-authentication-client
, authentication isn't really necessary in this module. This module is now, for the most part, kind of a "networking" module for connecting the client to the server (as opposed to authenticating).So it would make sense that we remove the authentication bit from this module. (i.e.
feathersClient.authentication
because it's being replaced withfeathers-authentication-client
).The text was updated successfully, but these errors were encountered: