This website requires JavaScript.
Explore
Help
Sign In
nerdcult
/
api
Watch
4
Star
1
Fork
You've already forked api
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2d7d66bed4
api
/
.gitignore
10 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
added gitignore and fixed api specification for `/account/delete`
2023-08-15 18:25:02 +00:00
# IDE directories
.fleet
refactor(deps): removed clap
2023-09-09 14:05:22 +00:00
.idea
.vscode
added gitignore and fixed api specification for `/account/delete`
2023-08-15 18:25:02 +00:00
# Rust stuff
refactor(api): hashing and database changes 1. changed password hashing algorithm from pbkdf2-sha256 to argon2id. 2. storing emails as base64 encoded sha256 hash instead of plain text
2023-09-09 11:29:00 +00:00
target
start.sh