Skip to content

Create skeleton of new libraries with samples#1

Merged
jennyhougen merged 30 commits intomainfrom
feature/authlibrary
May 8, 2025
Merged

Create skeleton of new libraries with samples#1
jennyhougen merged 30 commits intomainfrom
feature/authlibrary

Conversation

@jennyhougen
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread samples/WorkerService.ClientCredential/ClientCredentialAssertionService.cs Outdated
Comment thread Fhi.AuthExtenions.sln
Copy link
Copy Markdown
Contributor

@GeirMG GeirMG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work! I have some minor suggestions:

The solution file is misspelled:
Fhi.AuthExtenions.sln -> Fhi.AuthExtensions.sln

Also applies to: Fhi.AuthExtenions.slnLaunch

Is it a good idea to create a constant class for constants not found in: OpenIdConnectParameterNames?

public static class AuthConstants
{
    public const string Sub = "sub";
    public const string ExpiresAt= "expires_at";
    Etc...
}

Add indent rule for .csproj files in .editorconfig :)

Comment thread samples/AngularBFF/Angular.BFFApi/Program.cs Outdated
Comment thread samples/AngularBFF/Angular.BFFApi/Program.cs Outdated
Comment thread samples/AngularBFF/Angular.BFFApi/Program.cs Outdated
Comment thread samples/AngularBFF/Angular.Client/README.md Outdated
Comment thread samples/AngularBFF/README.md Outdated
Comment thread samples/BlazorInteractiveServer/Components/Pages/Home.razor
Comment thread samples/BlazorInteractiveServer/Components/Pages/Home.razor
Comment thread src/Fhi.Authentication.Extensions/ServiceCollectionExtensions.cs Outdated
Comment thread src/Fhi.Authentication.Extensions/OpenIdConnect/CookieEventExtensions.cs Outdated
Comment thread samples/WebApi/WebApi.csproj
Comment thread tests/Fhi.Auth.IntegrationTests/Setup/FakeAuthHandler.cs
Comment thread tests/Directory.Build.props
Comment thread Directory.Packages.props Outdated
jennyhougen and others added 5 commits May 7, 2025 13:44
Co-authored-by: Geir Marius <gmgjul@gmail.com>
Co-authored-by: Geir Marius <gmgjul@gmail.com>
Co-authored-by: Geir Marius <gmgjul@gmail.com>
Co-authored-by: Geir Marius <gmgjul@gmail.com>
Co-authored-by: Geir Marius <gmgjul@gmail.com>
jennyhougen and others added 3 commits May 7, 2025 15:23
Co-authored-by: Geir Marius <gmgjul@gmail.com>
Co-authored-by: Geir Marius <gmgjul@gmail.com>
…lBearerTokenWorker.cs

Co-authored-by: Geir Marius <gmgjul@gmail.com>
@jennyhougen jennyhougen merged commit e0d4605 into main May 8, 2025
3 checks passed
@jennyhougen jennyhougen deleted the feature/authlibrary branch May 13, 2025 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants