How to set a single sign between Bugzilla and Node.js?

Bugzilla runs the Apache web server (mod_perl2) and stores users in the MySQL database. Node.js is its own web server. How to make a single user character in a Node.js application using user data that is present in the Bugzilla MySQL database?

Update: as Ravi mentioned in the comments below, I am not looking for a solution for user authentication. I am looking for a solution that allows users who have already authenticated with Bugzilla to log in to the Node.js application without having to re-authenticate. In other words, I'm looking for Single Sign-On.

+4
source share

All Articles