freechat/server-api
shockrah 967782be5f Movng back to mysql from redis due to tokio reactor errors
At some point we should try moving to redis for better cache performance but that change is massive and this works at least as a poc
2020-12-28 21:53:57 -08:00
..
client-tests showing options passed to routes in tests 2020-12-12 14:46:09 -08:00
db Movng back to mysql from redis due to tokio reactor errors 2020-12-28 21:53:57 -08:00
migrations on delete cascade added to messages which hopefully makes channel deletion a bit better 2020-11-18 00:28:46 -08:00
scripts Script for generating a smiple hmac value 2020-12-22 21:28:57 -08:00
src 1. adding hmac_secret as a private lazy_static variable 2020-12-22 21:51:23 -08:00
.env sample .env now uses redis 2020-12-22 21:28:38 -08:00
.gitignore new build + test scripst for ci/cd pipelines 2020-10-21 19:36:47 -07:00
build.sh + Created testing func which is now super easily configurable 2020-11-21 19:05:02 -08:00
Cargo.lock Removing fluff dependancies from db-lib: lazy_static + jsonwebtoken 2020-12-28 21:52:49 -08:00
Cargo.toml sample .env now uses redis 2020-12-22 21:28:38 -08:00
endpoints.md More notes on jwt authentication 2020-12-22 21:52:30 -08:00