pasty icon indicating copy to clipboard operation
pasty copied to clipboard

Move raw paste view to frontend

Open lus opened this issue 4 years ago • 0 comments

Currently, the raw paste view (GET /<paste_id>/raw) is handled by the backend while the normal paste view (GET /<paste_id>) is being routed to the frontend.

It would make sense to move this as paste encryption is done on the client side and currently paste decryption is not possible for the raw view.

It would also provide a structured way of different view options which then could include #21 .

lus avatar Oct 04 '21 17:10 lus