BertrandHustle / trebekbot

A Django/React app for playing Jeopardy!
2 stars 1 forks source link

Add better password security #70

Closed BertrandHustle closed 3 months ago

BertrandHustle commented 3 months ago

Currently passwords only use basic auth; this should be upgraded to a more secure password hashing method.

BertrandHustle commented 3 months ago

Marking as done; built-in methods already obfuscate password and this doesn't deal with PII.

Might be worth looking at SessionAuth in the future, though.