paulbgtr / pastegrin

A pastebin clone that is made for sharing pastes.
0 stars 0 forks source link

Associate pastes with corresponding user id's #60

Closed paulbgtr closed 3 months ago

paulbgtr commented 3 months ago

If a registered user have added a paste, their Id should be added to the user_id col of the pastes table.

Otherwise, if there's not password, the paste will be publicly available.