-
Notifications
You must be signed in to change notification settings - Fork 0
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
Authentication service doesn't work with versions? #1
Comments
Thanks for the report! Do you have general steps needed to reproduce this? I'm going to sit down and tackle this asap. This is definitely something a test should be written for as well. |
Sure - thanks! I created a default application and added authentication, added:
straight after Then change the services to the form:
|
Awesome! I'll add to this issue when progress is made. |
@luke3butler Is there anything else you need from me? |
@georgeedwards I haven't gotten time to dive into this too much yet. I would suggest defining the full path in the authentication options for now until I get this sorted. feathers-authentication isn't something I've spent a lot of time with yet, so I need to get a handle on it. It looks like custom services might not be supported yet? If I need to, I'll get confirmation from a core dev once I get a better grip on this. |
@luke3butler Yes, it was set up before I added feathers versionate to the project. but when using your package I have this in my app.ts file:
And my services are shown above. However, my API's are still being served on |
I've taken a look and I'm going to dedicate some time to get this resolved, but there is no current ETA. Will update here and update with any progress I've made. I'm open to PRs! |
I can't seem to get this to work with explicitly defining the version full path in EDIT: I had forgotten to change the auth service path in the config. |
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. Then I get this error:The text was updated successfully, but these errors were encountered: