Short of using OAuth2, you could write your own app component to tie NodeBB into MySQL. One of the issues is that MySQL is a generic database so the format of your authentication easily won't match in some obvious way, so needs a customer connectors no matter what. Just adding another DB source for authentication would not solve your problem. It would have to be something that connects to your database and has the ability to understand your schema and has the ability to store all necessary additional schema changes there.
MySQL data to html
-
How can I do this through node js?
-
Ex: I have string "hello" in mysql db and I want to display it from db on home page nodebb. How I can do this?
-
@evgeniy-onegin it's not simple. If you don't know where to start, and especially if you aren't a programmer, you're going to have a hard time.
Suggested Topics
-
-
-
-
-
Accessing data inside header.tpl?
Moved Unsolved Technical Support
Copyright © 2023 NodeBB | Contributors