freechat/server-api
shockrah 9eff4284a9 + checkin mod::auth for valid permissions
+ helper function for getting a permission mask from permissions module
2020-08-25 23:27:41 -07:00
..
migrations Merge branch 'testing' into master 2020-08-22 15:58:13 -07:00
scripts renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
src + checkin mod::auth for valid permissions 2020-08-25 23:27:41 -07:00
.env renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
.gitignore Merge branch 'testing' into master 2020-08-22 15:58:13 -07:00
Cargo.lock renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
Cargo.toml renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
readme.md renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00

Freechat API

Built with rocket this API lets client apps query the server for data like recent messages channels in a server.

What's Being worked on

Authorization model has been implemented and is now being integrated with endpoints where required. Not all endpoints require authentication but really those are more like exceptions rather than the rule as most of this API is behind some kind of authentication.