cloudfront-auth
                                
                                
                                
                                    cloudfront-auth copied to clipboard
                            
                            
                            
                        HttpOnly, Secure, SameSite=strict cookies
Hello,
I was wondering if there was a reason that the token cookie isn't using some of the properties listed in the title. I noticed that httpOnly is used for the 'NONCE' cookie on line 271 of index.js but wasn't seeing it anywhere else. I'll keep digging around but if ya'll had some insight already that would be super helpful. Thank you.
I just added the secure, httpOnly, and sameSite flags to the TOKEN cookie and everything seems to be working fine
Great! If you'd like to make a PR, I'd be happy to review and merge it :)
Sounds good, however I've only vetted that the updated cookies work with GSuite's auth flow.