faustinoaq changed the topic of #amber to: Welcome to Amber Framework community! | https://amberframework.org | Developer happiness, productivity and bare metal performance | GH: https://github.com/amberframework | Docs: https://docs.amberframework.org | Gitter: https://gitter.im/amberframework/amber | IRC Logger: https://irclog.whitequark.org/amber | Amber::Server.start
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
feepbot has quit [Ping timeout: 265 seconds]
feepbot has joined #amber
_whitelogger has joined #amber
<FromGitter> <nsuchy> how do I require samesite cookies in Amber?
<FromGitter> <Blacksmoke16> might have to be added to the abstraction, its new within last version or 2 of crystal
<FromGitter> <Blacksmoke16> prob could interact with the cookies directly, but might be worth making an issue/PR to ad them to the helper
<FromGitter> <nsuchy> someone tagged me in a bunch of issues the other day
<FromGitter> <nsuchy> need to sort through all of it
<FromGitter> <nsuchy> so busy with work/school lately :|
<FromGitter> <Blacksmoke16> 😢
<FromGitter> <Blacksmoke16> just to be clear amber just wraps the stdlib Cookie class, so should be pretty trivial to implement
<FromGitter> <nsuchy> there's not a rush on this as my app uses post requests and csrf protected forms for anything important
<FromGitter> <nsuchy> but would be nice to make cross site requests signed out entirely