mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-25 15:38:56 +00:00
The previous commitb537de0854 (L3R67)resulted in the API not being available to authenticated users. The statement if (allowAnonymous) around the route prevented the route being available. It is unnecessary to enforce this at a routing level as the middlewareb537de0854/lib/middleware.js (L209)prevents API write requests without correct authentication.