zalando-stups / yourturn

The frontend/developer console for the STUPS infrastructure
http://docs.stups.io/en/latest/components/yourturn.html
Apache License 2.0
8 stars 7 forks source link

Consistent use of OAuth middleware #520

Open prayerslayer opened 7 years ago

prayerslayer commented 7 years ago

Currently only /users/:userId uses OAuth middleware, because it is used for unique logins. As no endpoint (except /tokeninfo) is supposed to be publicly available, we should add it to the others as well.