Can the node-red editor's login authentication be shared?

Is it possible to expose the node-red user login authentication mechanism as a node or nodes? Login pages are quite generic and I’d rather reuse then build from scratch.

Thanks,
Dennis

No, the user authentication system for the node-red editor is not intended to also be used by applications.

The underlying auth api is available for use: https://nodered.org/docs/api/admin/oauth if you really wanted to build a flow that drove it; but of course if someone can auth against that they will also be able to deploy changes to the application itself.