Closed vaideesh07 closed 7 years ago
I want to achieve the same thing but with the email /User/confirm endpoint. Is this possible?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS
file at the top-level of this repository.
I want to protect my /v1/Users endpoint using loopback-component-oauth2 but I want to have the create method (i.e. the POST /v1/Users) to be open and allow unauthenticated requests. I am not able to achieve this. I am able to either protect all endpoints or protect none . The User model in my application extends the default User model of loopback. How do I overcome this ?