https://github.com/johnmurray/recog-api
https://github.com/johnmurray/recog-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnmurray/recog-api
- Owner: JohnMurray
- Created: 2016-11-06T05:40:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T05:45:33.000Z (over 8 years ago)
- Last Synced: 2025-01-29T23:41:38.338Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# recog-api
Run with logging enabled
```
RUST_LOG=info cargo run
```## todos
- [ ] authentication w/ bcrypt
- [ ] create session (on auth) and store in Redis
- [ ] session validation middleware