prijatelilab / PrijateliTree

A FastAPI application used to play lab games and collect survey data.
MIT License
1 stars 0 forks source link

Login with (cryptographic) passwords #153

Closed anisfeld closed 8 months ago

anisfeld commented 8 months ago

Describe Your Changes

Non-Obvious Technical Information

Checklist Before Requesting a Review

2024-02-21 23:19:54 INFO:     172.18.0.1:43500 - "GET /admin/login HTTP/1.1" 200 OK
... 
2024-02-21 23:20:06 DEBUG:      detected 'bcrypt' backend, version '4.0.1'
2024-02-21 23:20:06 DEBUG:      'bcrypt' backend lacks $2$ support, enabling workaround
2024-02-21 23:20:06 INFO:     172.18.0.1:44072 - "POST /admin/login HTTP/1.1" 302 Found
2024-02-21 23:20:06 INFO:     172.18.0.1:44072 - "GET /admin/dashboard HTTP/1.1" 200 OK
anisfeld commented 8 months ago

closes #130