This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/server/api/oauth2/controller/decision.js

4 lines
125 B
JavaScript

export function decision (req, res, client, scope, user) {
res.render('authorization', { client: client, scope: scope })
}