Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Document webapp2_extras/xsrf.py #134

Open
mnieper opened this issue Mar 23, 2018 · 3 comments
Open

Document webapp2_extras/xsrf.py #134

mnieper opened this issue Mar 23, 2018 · 3 comments

Comments

@mnieper
Copy link

mnieper commented Mar 23, 2018

The module webapp2_extras.xsrf is not included in webapp2's official documentation. Making it more prominent could help to discourage people from publishing web applications without XSRF protection.

@theacodes
Copy link
Contributor

Thanks for reporting, @mnieper. This project is community-maintained. You're welcome to send a PR to add these docs. :)

@mnieper
Copy link
Author

mnieper commented Mar 23, 2018

Thanks for the quick reply, @jonparrott. I am thinking of making a PR (not today or tomorrow, though).

P.S.: When will webapp2 reach version 3.0.0? Looking forward to seeing the new version included in the app engine runtime (which offers no more than 2.5.2).

@theacodes
Copy link
Contributor

P.S.: When will webapp2 reach version 3.0.0?

Whenever someone creates a PR to make it so.

Looking forward to seeing the new version included in the app engine runtime (which offers no more than 2.5.2).

It's unlikely that app engine will ever update its bundled version. It's likely you'll just need to vender this just like any other third-party library.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants