WIP: Load DataProtectionTokenProviderOptions from a row in a Database. #6

Draft
Kocoder wants to merge 6 commits from kh-configuration-from-ef into main
Owner

closes: #5

closes: https://git.kocoder.xyz/Diplomarbeit-Absolventenverein/Module.AdminModules/issues/5
Kocoder added the
Status
Blocked
Backend
labels 2025-12-04 07:56:43 +00:00
Kocoder self-assigned this 2025-12-04 07:56:43 +00:00
Kocoder added 2 commits 2025-12-04 07:56:43 +00:00
Saving to DB is done, Reading from DB to UI is done. Loading at startup is still missing...
Kocoder added 1 commit 2025-12-04 08:22:27 +00:00
Author
Owner
https://github.com/oqtane/oqtane.framework/discussions/713
Kocoder added 1 commit 2025-12-04 10:46:11 +00:00
Kocoder added 1 commit 2025-12-07 11:17:38 +00:00
Author
Owner

Moved to a Json File since impossible to create a Database Scope in ServerStartup.cs

Moved to a Json File since impossible to create a Database Scope in ServerStartup.cs
Kocoder added spent time 1 hour 2025-12-07 11:20:51 +00:00
Author
Owner

Todo: Error Handling im AdminSettingsEnhancer. Eventuell verschieben von dem Enhancer in eine eigene Datei. Pfad konfigurierbar machen?

Todo: Error Handling im AdminSettingsEnhancer. Eventuell verschieben von dem Enhancer in eine eigene Datei. Pfad konfigurierbar machen?
Kocoder added 1 commit 2025-12-07 11:25:37 +00:00
Kocoder reviewed 2025-12-07 13:55:50 +00:00
@@ -0,0 +38,4 @@
{
}
public AdminSetting GetAdminSetting()
Author
Owner

Add an 's' at The end of The Method Name...

Add an 's' at The end of The Method Name...
Author
Owner

Add comments

Add comments
@@ -0,0 +43,4 @@
return AdminSettingsExtensions.LoadSettings();
}
public AdminSetting SetAdminSettings(AdminSetting adminSetting)
Author
Owner

Add comments

Add comments
This pull request is marked as a work in progress.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin kh-configuration-from-ef:kh-configuration-from-ef
git checkout kh-configuration-from-ef
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Total Time Spent: 1 hour
Kocoder
1 hour
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Diplomarbeit-Absolventenverein/Module.AdminModules#6
No description provided.