Migration to EF and starting to add Identity #11
jtom38
commented 2023-07-09 22:16:57 -07:00
Owner
- Moving to EF for Identity
- Identity can be accessed from REST
- API Key has been removed for now
- New users can be made and login
- Subscriptions have been updated to DiscordNotifications and will have a user owner
- Users will be able to define what sources they want to monitor
* Moving to EF for Identity
* Identity can be accessed from REST
* API Key has been removed for now
* New users can be made and login
* Subscriptions have been updated to DiscordNotifications and will have a user owner
* Users will be able to define what sources they want to monitor
jtom38
added 16 commits 2023-07-09 22:16:58 -07:00
Context was updated to support identity
bfd185906c
Minor config update to add a new namespace
d15ae49ff8
Migrations have been added with identity support
9d5c5903bd
Tables have been updated to support databaseContext or connection string passed in
f388d642be
startup was updated to inject ef, tables, jwt, and update swagger with bearer token auth
f081a59229
jwt package was added
dff5556e06
Api domain items have been added but subject to change
06218af516
new identity service was added to assist with auth
3f4de34115
Controllers have been updated with Authorize calls and tables getting loaded from DI
9e2b44df7c
JwtSettings has been added to config
7b1407c2cb
Moving the Subscriptions over to DiscordNotifications as this will be the automated posting compared to user feeds
58229b1348
Renamed the Discord Notification client to help with naming issues
597470fd69
User defined source subscriptions have been added and starting to let users take ownership of discord Notifications
d28ad7424f
Adding the auth layers, not 100% finished yet
fd60906a20
added try catch for when a site could be down or blocking requests
008d79cf3d
Test updated for ef
df348bea5a
All checks were successful
continuous-integration/drone/pr Build is passing
Details
jtom38
merged commit 42258ec56f into main 2023-07-09 22:19:01 -07:00
jtom38
referenced this issue from a commit 2023-07-09 22:19:02 -07:00
Merge pull request 'Migration to EF and starting to add Identity' (#11) from features/ef-identity-migration into main
jtom38
deleted branch features/ef-identity-migration 2023-07-09 22:19:02 -07:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "features/ef-identity-migration"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?