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