You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: