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 Dec 8, 2022. It is now read-only.
I was wondering what hook.app.get('authentication') is supposed to load. I am guessing you want to check for the configuration for authentication. See, I call it auth and not 'authentication'. Should I rename mine to 'authentication', too? Is that what you guys are shooting for?
I checked feathers-authentication and you actually name it app.set('auth', options); should it be changed in this package or are you going to rename 'authentication'?
The text was updated successfully, but these errors were encountered:
Hi,
I was wondering what hook.app.get('authentication') is supposed to load. I am guessing you want to check for the configuration for authentication. See, I call it auth and not 'authentication'. Should I rename mine to 'authentication', too? Is that what you guys are shooting for?
I checked feathers-authentication and you actually name it
app.set('auth', options);
should it be changed in this package or are you going to rename 'authentication'?The text was updated successfully, but these errors were encountered: