Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs misunderstanding #81

Closed
mogadanez opened this issue Dec 20, 2017 · 4 comments
Closed

Docs misunderstanding #81

mogadanez opened this issue Dec 20, 2017 · 4 comments

Comments

@mogadanez
Copy link

Client configuration say:

import authManagementService from 'feathers-authentication-management';
app.configure(authManagementService(options))
const authManagement = app.service('authManagement');

but looks like 2 first lines is server configuration. for client only last required. more one, first 2 lines makes it not works at all

@eddyystop
Copy link
Collaborator

I agree most of the time the 3rd line would be used only on the client. However the repo can be called from the server also.

@mogadanez
Copy link
Author

mogadanez commented Dec 20, 2017 via email

@musicformellons
Copy link

Yeah, confusing.

@eddyystop
Copy link
Collaborator

Done. Please make any additional comments in authentication-local-management.

Full details on the authentication-local-management rewrite at in https://github.com/feathers-plus/authentication-local-management/blob/master/misc/upgrading.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants