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:
|
ReenigneArcher
force-pushed
the
feat/more-framework
branch
17 times, most recently
from
February 23, 2025 15:51
00c9381 to
256039a
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
from
February 24, 2025 01:23
faa210b to
ca17a90
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
2 times, most recently
from
March 14, 2025 00:41
1312691 to
ef3ef2a
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
9 times, most recently
from
March 22, 2025 20:52
6001bb9 to
20d425d
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
from
March 22, 2025 21:18
20d425d to
5072967
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
4 times, most recently
from
May 7, 2025 20:02
5ab65ae to
cc0f60d
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
8 times, most recently
from
June 15, 2025 01:35
710a1e2 to
29d29a4
Compare
ReenigneArcher
commented
Jun 15, 2025
ReenigneArcher
force-pushed
the
feat/more-framework
branch
from
June 15, 2025 21:55
29d29a4 to
b71bb75
Compare
ReenigneArcher
force-pushed
the
feat/more-framework
branch
from
July 16, 2025 02:55
b71bb75 to
c6ce3d4
Compare
|
ReenigneArcher
marked this pull request as ready for review
July 16, 2025 03:13
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