Closed manandearth closed 5 years ago
Authorize update of entries by :authored So that some routes are permitted to author and admin only.
:authored
ALTER TABLE users ADD COLUMN authored VARCHAR(20);
(get-in request [session :identity :username])
Goal
Authorize update of entries by
:authored
So that some routes are permitted to author and admin only.Proposed changes
ALTER TABLE users ADD COLUMN authored VARCHAR(20);
(get-in request [session :identity :username])
PR status, roadblocks, etc