Bookstack NC authentication

Has anyone had success getting Bookstack to use NC auth via plugin or otherwise?

Obviously can use a separate SSO provider for both services, but for micro-deployments it seems more sensible to have NC provide the auth and reduce the number of dependencies. Looked at the OIDC option but it seems Bookstack devs are focused on basic auth as “the more significant/spec-required option” but the only plugin found doesn’t seem to support that option.

While OIDC seems a neater option for installs that are using NC as the only auth source, this PR shows a way of making OAuth work between NC and Bookstack:

and states but does not provide that the documentation here:

offers a solution without the PR