freechat/json-api
shockrah 1c366611d9 + Server tags are now stored in json format(still in the environment variable mind you
Lazy static initialization still allocates once per run so the above is jank but fine(mostly)
	[] Should probably come up with a cleaner way of passing this data around
	The above is very low on the priority list of things to do

+ Now injecting permisions + id via the claim structure which is passed to the
route dispatcher
! For now this is unused further down the decision tree however I'm going to sprinkle
in its incorporation as it lets us avoid string conversions which is p nice
2021-05-08 01:59:31 -07:00
..
.vscode Updated target for debugger 2021-03-07 17:46:17 -08:00
client-tests + Testing /invite/join 2021-05-06 17:12:49 -07:00
db + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
migrations + Jwt tables - SEE NOTE 2021-05-08 01:29:44 -07:00
scripts Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
src + Server tags are now stored in json format(still in the environment variable mind you 2021-05-08 01:59:31 -07:00
.env - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
.gitignore Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00
Cargo.lock + Exposing serde_json to db-lib lyaer 2021-05-06 13:29:32 -07:00
Cargo.toml - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
config.json - Removing dotenv from required dependancies 2021-05-05 15:50:39 -07:00
Makefile Comfy dev scripts to make life a little bit easier 2021-03-30 22:49:46 -07:00
run-client.sh * Fixing busted invite test in api client tester 2021-04-27 13:27:39 -07:00