我正在使用node.js、express.js和OpenID -oidc- Provider设置节点连接提供程序。我一直在研究https://github.com/panva/node-oidc-provider-example/tree/master/03-oidc-views-accounts中的示例,但它从不处理失败的身份验证。如果用户输入了错误的密码,我如何将用户重定向回登录页面? expressApp.get('/interaction/:grant', async (req, res) => {
// The initial route hit by the