elliotpeele / pyramid_oauth2_provider

An Oauth2 provider built on pyramid
MIT License
31 stars 16 forks source link

scrypt for client_secret #17

Closed secynic closed 7 years ago

secynic commented 7 years ago

Patch 1 for #16 - client_secret salting/hashing with scrypt (cryptography lib)

I removed all the other changes except for the DB column changes to Unicode, to avoid having to reset the DB tables twice. Once you merge this, I will submit the other patches incrementally.