Implementing Bugzilla’s Web Service For Authentication
Bugs Dashboard uses the Bugzilla web service to authenticate users to the application. It does not store any username or password locally. A user must exist in the Bugzilla database with the password provided in the login form, but more importantly, Bugs Dashboard must be able to communicate with Bugzilla via the web service. As …
Read more »
