External Login to NodeBB
-
Hi,
If I want to check login/pass(correctness) of the user from the external application, what options do I have?
SeemsPOST yourdomain.com/login
is not opened for cross-origin requests. (Always 403)What I want to achieve
I want to give access to
write-api
only for a certain group of users.- User provides login/pwd for NodeBB, if they are correct, users proceeds to next step.
- User performs set of actions.
- Create topic, authored by the user from first step.
Should I create plugin for this?
CC @julian
-
Ok, question is closed
I have created plugin for my needs
Copyright © 2024 NodeBB | Contributors