feat: add config, certs, database, users, and jwt#7
Merged
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
ReenigneArcher
commented
Jun 15, 2025
29d29a4 to
b71bb75
Compare
b71bb75 to
c6ce3d4
Compare
|
Member
Author
|
I'm going to merge and work on improvements later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back 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