Integrating AWS Cognito Authentication with NodeBB API (No NodeBB UI)
balu @balu@community.nodebb.org
<p>Hi community,</p> <p>I’m using AWS Cognito for authentication (sign up and login) across my project, and all user management is centralized there.</p> <p>Now I want to integrate NodeBB, but I do not want to use NodeBB’s UI for login/registration. Instead, I want to:</p> <ul> <li> <p>Continue using AWS Cognito for user registration and login.</p> </li> <li> <p>Expose a common backend service (API) that my other modules (and NodeBB) can use for authentication.</p> </li> <li> <p>Use only the NodeBB APIs (not the UI) to handle sessions, topics, posts, etc.</p> </li> </ul>
Read more →