Afrostream / afrostream-back-end

Simple backo for afrostream
1 stars 0 forks source link

refactor: remove ?backo=1 from client #366

Closed syndr0m closed 7 years ago

syndr0m commented 7 years ago

actuellement le client "admin" n'est plus identifié par un paramètre de query string ?backo=1 mais par le type du client associé au token. (+ sécur)

use req.passport.client.isAfrostreamClient() instead of req.query.backo

syndr0m commented 7 years ago

done