▲ | pixl97 3 days ago | |||||||
I mean quite often access based errors are very opaque, I mean it is for good reason, but when you're new to something it's one of those things that leads you to give up. You want to write code, not spend 3 hours figuring out why your token doesn't work. Security things will get hacked on later, but again it will cause all kinds of problems because the ecosystem wasn't built for it. | ||||||||
▲ | ants_everywhere 3 days ago | parent [-] | |||||||
> quite often access based errors are very opaque Yes they are, and it's hard to design good scopes especially when the project is new. A better default might just be to have the write permission expire much more quickly than the read permission. E.g. the write token might be valid for an hour and the read token might be valid for 90 days. | ||||||||
|