-
-
Notifications
You must be signed in to change notification settings - Fork 0
feat: add config, certs, database, users, and jwt #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #7 +/- ##
===========================================
+ Coverage 28.00% 62.73% +34.73%
===========================================
Files 10 18 +8
Lines 200 432 +232
===========================================
+ Hits 56 271 +215
- Misses 144 161 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
00c9381 to
256039a
Compare
faa210b to
ca17a90
Compare
1312691 to
ef3ef2a
Compare
6001bb9 to
20d425d
Compare
20d425d to
5072967
Compare
5ab65ae to
cc0f60d
Compare
710a1e2 to
29d29a4
Compare
29d29a4 to
b71bb75
Compare
b71bb75 to
c6ce3d4
Compare
|
|
I'm going to merge and work on improvements later. |



Description
This PR was intended to start out as adding API authentication, via JWT; however that quickly snowballed into needing many other basic framework features to be put in place such as:
Additionally, since settings were added, settings for the rocket server were added including using TLS with self signed certs.
TODO:
Screenshot
Issues Fixed or Closed
Type of Change
.github/...)Checklist