jesuspc / node_club-dictionaries

A dictionaries microservices for Workshare's Node club
1 stars 0 forks source link

Session #3

Closed jesuspc closed 8 years ago

jesuspc commented 8 years ago

A middleware that should connect to Cirrus with the session_id received by cookie and enrich the request object with information about the current user (user_uuid and account_uuid) should be added. It should also kill the request with a 401 if the user can not be authenticated.

jesuspc commented 8 years ago

Already merged