semiotproject / semiot-platform

SemIoT Platform
http://semiot.ru
MIT License
8 stars 1 forks source link

Apply RBAC to web interface #157

Closed soylent-grin closed 8 years ago

soylent-grin commented 8 years ago
soylent-grin commented 8 years ago

This issue require /user service to return not only username and password, but user role too.

KMax commented 8 years ago

This issue require /user service to return not only username and password, but user role too.

Done. The response on /user request will contain role field. Also I fixed the logout functionality. Now GET /user/logout should be used to logout.

soylent-grin commented 8 years ago