mblackgeo / flask-cognito-lib

A Flask extension that supports protecting routes with AWS Cognito following OAuth 2.1 best practices
https://mblackgeo.github.io/flask-cognito-lib/
MIT License
57 stars 15 forks source link

adding cookie domain option per discussion #25 #27

Closed iteratelance closed 10 months ago

iteratelance commented 10 months ago

Adding cookie domain option per discussion #25

Looks like you have Github hooks setup for test but I'm not sure if they automate adding / removing cookies from domains. Not sure how that could be tested without some sort of headless browser. I tested functionality locally with ngrok and all seems to checkout but domains and cookies can be tricky per this post https://stackoverflow.com/questions/18492576/share-cookies-between-subdomain-and-domain

mblackgeo commented 10 months ago

Thanks for the contribution, I've handled this in #31