maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

feat: use PEP 506 secrets module if available #79

Closed simon04 closed 7 years ago

simon04 commented 7 years ago

This module is available starting with Python 3.6 and provides cryptographically strong pseudo-random numbers suitable for secrets/tokens.

alanhamlett commented 7 years ago

Thanks!