kevin pushed to master at kevin/IdentityApplication 2025-04-21 14:00:53 +00:00
3cc86797f1 Create user profile page.
fe5d09183c Create role based access to settings page.
c93a85d53d Update README with revert migration procedure.
fc9eadfa97 Add weapon issue claim to user.
Compare 4 commits »
kevin pushed tag SMTP-configuration to kevin/IdentityApplication 2025-04-20 20:58:54 +00:00
kevin pushed to master at kevin/IdentityApplication 2025-04-20 20:58:54 +00:00
3eaaba1bab Create Recruit class that derives from IdentityUser and has additional fields.
35e385dccc Update logout functionality to use Identity system.
7c09e1a37b Add hard confirmation link because actual SMTP is not set up.
a1687b20c4 Add SMTP email confirmation setup.
a150ec944d Add imperial logo, improve copyright year and add welcome image and text.
Compare 11 commits »
kevin pushed tag identity-setup to kevin/IdentityApplication 2025-04-20 10:12:20 +00:00
kevin pushed to master at kevin/IdentityApplication 2025-04-20 10:12:20 +00:00
842c116742 Add Identity and Entity Framework NuGet packages.
dd4d300861 Access the Main Reactor API through a policy.
79ce15b3eb Store JWT in session.
2f24cdf03b Capitalize field name (ExpiresAt).
e2a45968d7 Consume the Endpoint protected by JWT Token.
Compare 6 commits »
kevin pushed to master at kevin/IdentityApplication 2025-04-19 21:14:58 +00:00
ac897a6d01 Create JWT configuration in API.
33bcaf19c0 Update README with JWT Procedure.
e7ec12daa3 Require authorization for MainReactorTemperature API endpoint.
037c0dbe3d Create README file.
ba44793bd0 Generate JWT Token with JWT Token Handler.
Compare 9 commits »
kevin pushed to master at kevin/IdentityApplication 2025-04-19 16:24:43 +00:00
6424fd00b7 Add project to git repo.
kevin pushed to master at kevin/IdentityApplication 2025-04-19 16:12:51 +00:00
07985c29db Add project to git repo.
kevin pushed to master at kevin/IdentityApplication 2025-04-18 22:04:00 +00:00
0d299320bc Add basic login page and model.
21edd7e6a8 Add gitignore file.
Compare 2 commits »
kevin created branch master in kevin/IdentityApplication 2025-04-18 21:09:44 +00:00
kevin pushed to master at kevin/IdentityApplication 2025-04-18 21:09:44 +00:00
ff8e465e17 Add project to repository.
kevin created repository kevin/IdentityApplication 2025-04-18 21:08:13 +00:00
kevin pushed to master at kevin/BlazorDeepDive 2025-04-18 17:15:54 +00:00
b65d998b01 Add policy authorization based on claim for admin role.
kevin pushed to master at kevin/BlazorDeepDive 2025-04-18 10:04:21 +00:00
068407cfcb update gitignore to ignore temporary database files.
211aa90351 Replace favicon with a custom server icon.
d6d6ef0b47 List user claims on Auth page.
3e5d94e26f Add missing mapping to identity endpoints.
b365dd342d Add more navlink buttons for authorization in CSS.
Compare 6 commits »
kevin pushed to master at kevin/BlazorDeepDive 2025-04-16 21:46:09 +00:00
dcf5e7b675 Create IServersEFCoreRepository interface, register as service and use dependency injection to replace the static ServersRepository.
kevin pushed to master at kevin/BlazorDeepDive 2025-04-15 21:45:45 +00:00
3eb15f6f8c Add ServerEFCoreRepository and methods.
0e6a1e4c86 Add initial migration with initial server data.
0d661c09e4 Add ServerManagementContext with connectionstring.
b01d2ce608 Add sqlite file-extension to gitignore.
83d99712e2 Add Entity Framework Core, tools, sqlite provider and design all version 9.0.4 in server management project.
Compare 6 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-14 20:36:48 +00:00
024f9da8f9 Update README.
2d14366feb Add retry option for SQL server example.
b32e390c5c Add SQLite timeout option.
30d69e9f79 Create query filter for soft delete on League and add an example function.
02d8477b05 Create migration for League soft delete flag.
Compare 22 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-08 21:03:18 +00:00
56fd0e44e7 Add API project to solution.
73187855ba Create new ASP.NET API project.
1c48a8c9c9 Add note about JOINs in SQL queries.
001e78736c Add example user-defined function.
093c663b31 Add example scalar query.
Compare 6 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-07 22:08:14 +00:00
dd195dfddf Add custom SQL to create a view for Teams and Leagues with migration.
9da28603c1 Add example function to project entity data into a DTO.
fd6e601489 Update README with loading types.
fc9d89ae97 Add example filter function and insert matches.
3652a69730 Add example Explicit Loading function.
Compare 26 commits »
kevin pushed to master at kevin/Entity-Framework-DBZ 2025-04-06 21:35:45 +00:00
b114a696a0 Update README with migration script.
f630dfac2c Add migration for seeded leagues.
7f5ecb9d3a Add Configurations for Teams and Leagues.
fd915cc972 Add migration to add Name to League.
808a6d6a3e Add Name property to League model.
Compare 14 commits »