NOOB exposes CSRF token. Now what?

2015-09-25 Thread Gordon Reeder
I'm learning Django and still very new at it. And like a newbie, I may have made a newbie goof. I have leaked my CSRF token. I am building up a web site with Django which I have under revision control with Git. I have pushed two commits of the project out to Github. The commits included the sett

Re: NOOB exposes CSRF token. Now what?

2015-09-26 Thread Gordon Reeder
OK, thanks everyone for the replies. It looks like I'll have to regenerate the secret_key (not token). Thankfully, I have not actually deployed the site yet. So the pain should be minimal and limited to just me. On Friday, September 25, 2015 at 3:34:37 AM UTC-7, Gordon Reeder wrote: &g