portainer/api/http/handler/users
Anthony Lapenna f7480c4ad4
feat(api): prevent non administrator users to use admin restricted API endpoints (#3227)
2019-10-07 16:10:51 +13:00
..
admin_check.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
admin_init.go feat(api): relocate authorizations outside of JWT (#3079) 2019-09-10 10:58:26 +12:00
handler.go feat(api): prevent non administrator users to use admin restricted API endpoints (#3227) 2019-10-07 16:10:51 +13:00
user_create.go feat(api): relocate authorizations outside of JWT (#3079) 2019-09-10 10:58:26 +12:00
user_delete.go feat(api): trigger user authorization update when required (#3213) 2019-10-07 15:42:01 +13:00
user_inspect.go feat(api): relocate authorizations outside of JWT (#3079) 2019-09-10 10:58:26 +12:00
user_list.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
user_memberships.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
user_update.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00
user_update_password.go refactor(api): refactor base import path (#2788) 2019-03-21 14:20:14 +13:00