Louis Pilfold
Louis Pilfold
@kaeedo Could you expand upon why you would say tokens are required given browsers now support same-site cookies? 🙏
CSRF tokens are a technique used to prevent sites from being able to make HTTP requests with the cookies of other domains. Same-site cookies are a newer approach to preventing...
If cookies are not used or not yet set then CRSF isn't possible as there's no automatic authentication of requests. Please share the specific risks you know of. We are...
For sure. We want it to be as easy as possible. Do you have thoughts on how this should work?
Sorry, I don't mean what would the command line flag be, I mean what would it do and how would it be implemented. I don't know what is the right...
There's options for listening for filesystem events in both Rust and Erlang, but I'm not sure exactly what should happen when one of these events occurs. It's a tricky one....
I'm not sure it should be a package at all now. Let's figure out what the design is and then we can decide where it would be appropriate for it...
One drawback of that is that you cannot use that approach to make a project, you would need to have already made one, added that dependency, and then run it...
If it's always the same content it seems like a template repository would do find instead. How would system-wide installations of Gleam modules work?
Cool, thank you. I'm currently not entirely sure how opinionated to be here. Does it make sense to always use JSON when there's more compact options folks could use? What...