Pro@programming.dev to Technology@lemmy.worldEnglish · edit-21 month agoSlrpnk instance is down till mid July; they might relaunch their server on piefed.programming.devimagemessage-square93fedilinkarrow-up1552arrow-down115file-text
arrow-up1537arrow-down1imageSlrpnk instance is down till mid July; they might relaunch their server on piefed.programming.devPro@programming.dev to Technology@lemmy.worldEnglish · edit-21 month agomessage-square93fedilinkfile-text
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down2·1 month agoyou mean an API for bots…
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up2arrow-down3·1 month agowhy does everything need a mobile app?
minus-squaretfm@europe.publinkfedilinkEnglisharrow-up7·1 month agoIt’s not just native Apps. Alternative web UIs like Thunder, Photon and Voyager need them too.
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down1·1 month agoyes, but those frontends are typically tied closer to the backend than a public API. things like CSRF can help block abuse of the back end.
minus-squaretfm@europe.publinkfedilinkEnglisharrow-up3·1 month agoNope they all use the public API. Even the default Lemmy web client.
minus-squareGreenKnight23@lemmy.worldlinkfedilinkEnglisharrow-up1arrow-down2·1 month agowell that’s poor planning and why bots are such a problem. I know CSRF tokens aren’t a silver bullet, but doing nothing to stop them does nothing to stop them.
minus-squaretfm@europe.publinkfedilinkEnglisharrow-up4·1 month agoCSRF protection is a security feature not bot prevention. A bot would just need to get a token first.
you mean an API for bots…
Mobile Apps need an API too.
why does everything need a mobile app?
It’s not just native Apps. Alternative web UIs like Thunder, Photon and Voyager need them too.
yes, but those frontends are typically tied closer to the backend than a public API.
things like CSRF can help block abuse of the back end.
Nope they all use the public API. Even the default Lemmy web client.
well that’s poor planning and why bots are such a problem.
I know CSRF tokens aren’t a silver bullet, but doing nothing to stop them does nothing to stop them.
CSRF protection is a security feature not bot prevention. A bot would just need to get a token first.