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
I have users controller I want to have crud apis and authentication apis in the same controller.
But I am getting Unhandled error in POST /user: 500 Error: The key authentication.currentUser was not bound to any value. on other get/post api call.
Also I could not find documentation about login and logout ,how I can use these feature of authentication?
The text was updated successfully, but these errors were encountered:
Hi @vijeta-singh are you using @loopback/authentication? Can you share either a sandbox to reproduce this issue or some code so it's easier to debug.
That said, with LoopBack 4 we don't have a built in user model that provides login / logoutyet. Authentication / Authorization is something we plan to add in the future. We'll be investigating this in this issue: #1035
Feel free to post in that issue how you would like to see Authentication / Authorization to work :D
I have users controller I want to have crud apis and authentication apis in the same controller.
But I am getting Unhandled error in POST /user: 500 Error: The key authentication.currentUser was not bound to any value. on other get/post api call.
Also I could not find documentation about login and logout ,how I can use these feature of authentication?
The text was updated successfully, but these errors were encountered: