Docs misunderstanding
mogadanez opened this issue · 4 comments
mogadanez commented
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 commented
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 commented
Need clarify it in doc.
20 дек. 2017 г. 13:59 пользователь "Eddyystop" <notifications@github.com>
написал:
… 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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#81 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwPIyRx9iwidghN9mf6MRuE7yDum5Qfks5tCQS7gaJpZM4RILzD>
.
musicformellons commented
Yeah, confusing.
eddyystop commented
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