From 4269b5393c4113846053fb0b47f020c52dcc6e78 Mon Sep 17 00:00:00 2001 From: "cleanthat[bot]" <65607995+cleanthat[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 23:58:58 +0000 Subject: [PATCH 1/3] engine=spotless nb_files_neither_included_nor_excluded: 12 nb_files_formatted: 2 eventKey: random-5fe7db53-d2ea-4448-aee5-463a1eee846e --- README.md | 14 ++++++++------ src/Abstractions/README.md | 37 +++++++++++++++++++------------------ 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 98cfa18..d6b4c4f 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,25 @@ --- + title: DGMJR Idntity description: Classes for identity and security slug: dgmjr-idntity keywords: - - identity - - security +- identity +- security categories: - - identity - - security +- identity +- security lastmod: 2023-03-30T22:40:05.226Z date: 2023-03-30T22:39:06.273Z type: readme license: MIT authors: - - DGMJR-IO +- DGMJR-IO project: Dgmjr.Identity ---- +----------------------- # Identity + Identity classes Classes for identity and security. Once I get the Decomposer working, I'll be rewriing this to move away from the ASP.NET identity classes. They're too rigid and shoudlv'e been implemented as interfaces anyway. diff --git a/src/Abstractions/README.md b/src/Abstractions/README.md index 0a16b78..98d28e4 100644 --- a/src/Abstractions/README.md +++ b/src/Abstractions/README.md @@ -1,18 +1,19 @@ ---- -author: David G. Moore, Jr. -author_email: david@dgmjr.io -title: Identity Abstractions -lastmod: 2023-02-15-03:21:20 -created: 2023-02-15-03:21:20 -license: MIT -keywords: - - DGMJR-IO -tags: - - DGMJR-IO -categories: - - DGMJR-IO ---- - -# Identity Abstractions - -Contains a set of abstractions for working with Identity in ASP.NET Core. +--- + +author: David G. Moore, Jr. +author_email: david@dgmjr.io +title: Identity Abstractions +lastmod: 2023-02-15-03:21:20 +created: 2023-02-15-03:21:20 +license: MIT +keywords: +- DGMJR-IO +tags: +- DGMJR-IO +categories: +- DGMJR-IO +---------- + +# Identity Abstractions + +Contains a set of abstractions for working with Identity in ASP.NET Core. From 0fb58fa3d71e9c451011016bbfddea20988341df Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sun, 11 Jun 2023 14:23:36 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6b4c4f..c2e6a7a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ --- - -title: DGMJR Idntity +title: DGMJR-IO Idntity description: Classes for identity and security slug: dgmjr-idntity keywords: @@ -16,9 +15,9 @@ license: MIT authors: - DGMJR-IO project: Dgmjr.Identity ------------------------ +--- -# Identity +# DGMJR-IO Identity Identity classes From 4316052806eeb0e87f9fc1a1628e47080485bf30 Mon Sep 17 00:00:00 2001 From: "David G. Moore, Jr" Date: Sun, 11 Jun 2023 14:24:14 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2e6a7a..18c7456 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ title: DGMJR-IO Idntity description: Classes for identity and security slug: dgmjr-idntity keywords: -- identity -- security + - identity + - security categories: -- identity -- security + - identity + - security lastmod: 2023-03-30T22:40:05.226Z date: 2023-03-30T22:39:06.273Z type: readme license: MIT authors: -- DGMJR-IO + - dgmjr project: Dgmjr.Identity ---