UltrosBot / Ultros

Connecting communities, one squid at a time! Ultros is a multi-protocol chat bot written in Python, designed with both the user and developer in mind
http://ultros.io
Artistic License 2.0
23 stars 7 forks source link

[Auth] Security improvements #88

Open gdude2002 opened 8 years ago

gdude2002 commented 8 years ago
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/28382145-auth-security-improvements?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github).
gdude2002 commented 8 years ago

Turns out that bcrypt has wheels now, so no compilation is required on Windows - I've added it to the default requirements because of that.

gdude2002 commented 8 years ago

I honestly have no idea how to implement a database without having to support deferreds all the way up the tree, which is frankly not something I want to do right now.