This website requires JavaScript.
Explore
Help
Sign in
gorb
/
backend
Watch
4
Star
0
Fork
You've already forked backend
1
Code
Issues
1
Pull requests
1
Projects
Releases
Packages
1
Wiki
Activity
Actions
Server backend for gorb, the chat app
https://gorb.app/
23
commits
4
branches
0
tags
1.2
MiB
Rust
97.3%
Shell
1.2%
PLpgSQL
0.8%
Dockerfile
0.7%
87edb9dd12
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Radical
87edb9dd12
feat: implement argon2id and expect passwords to be pre-hashed
2025-04-30 21:36:22 +02:00
src
feat: implement argon2id and expect passwords to be pre-hashed
2025-04-30 21:36:22 +02:00
.gitignore
chore: add config.toml to gitignore
2025-04-30 11:10:02 +00:00
Cargo.toml
feat: implement argon2id and expect passwords to be pre-hashed
2025-04-30 21:36:22 +02:00
LICENSE
Update LICENSE
2025-04-28 18:27:46 +00:00
README.md
Initial commit
2025-04-28 18:20:54 +00:00
README.md
backend