Hi,
I am creating a website for e-learning purposes on the MEAN.JS stack and want to add NodeBB as the community part.
But as NodeBB has its own authentication system and so does my website, is there a way to sync the two. I don't want to keep the NodeBB login/register system but only of my website and users logged into my website should be loggedin to NodeBB as well.
I have been going through the NodeBB code and haven't been able to figure it out. Can anyone help me with this please.
My questions are
- Is it possible to make NodeBB sync with my auth system?
- if so, then how can I go about with it, without modifying much of NodeBB?
Thank you