alphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 8 months agoAlways follow 3-2-1 backup rulesh.itjust.worksimagemessage-square46fedilinkarrow-up1104arrow-down11
arrow-up1103arrow-down1imageAlways follow 3-2-1 backup rulesh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@lemmy.mlEnglish · 8 months agomessage-square46fedilink
minus-squareprof@infosec.publinkfedilinkarrow-up2·8 months agoYeah, I had a similar case with some authentication middleware I used that was part of a library. It would always throw an exception when a user wasn’t authenticated instead of just giving me some flag I could check. Wouldn’t have done it that way, but it was okay for an API controller.
Yeah, I had a similar case with some authentication middleware I used that was part of a library.
It would always throw an exception when a user wasn’t authenticated instead of just giving me some flag I could check.
Wouldn’t have done it that way, but it was okay for an API controller.