This website requires JavaScript.
Explore
Help
Register
Sign In
sami7777
/
sami-chat
Watch
1
Star
0
Fork
0
You've already forked sami-chat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
8c37edd027b52426ffdaf715da7cbbe613b4df8e
sami-chat
/
backend
/
apps
/
web
T
History
Tim Farrell
8c37edd027
Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack.
2024-02-02 09:01:06 -06:00
..
internal
refac: convert str var to f-string
2024-01-22 01:47:07 -08:00
models
feat: use local profile image by default
2024-01-26 21:38:33 -08:00
routers
Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack.
2024-02-02 09:01:06 -06:00
main.py
feat: custom interface support
2024-01-22 21:07:40 -08:00