Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aguafrommars/maui.blazor.authentication

Simplify OIDC authentication for MAUI Blazor app
https://github.com/aguafrommars/maui.blazor.authentication

auhtentication blazor maui maui-blazor oidc openid-connect openidconnect-client

Last synced: about 2 months ago
JSON representation

Simplify OIDC authentication for MAUI Blazor app

Awesome Lists containing this project

README

        

# Maui.Blazor.Authentication

Simplify OIDC authentication for MAUI Blazor app

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=Aguafrommars_Maui.Blazor.Authentication)](https://sonarcloud.io/project/overview?id=Aguafrommars_Maui.Blazor.Authentication)

[![Build status](https://ci.appveyor.com/api/projects/status/sfbc266vmv95kf3l/branch/main?svg=true)](https://ci.appveyor.com/project/aguacongas/maui-blazor-authentication/branch/main)

Nuget packages
--------------
|Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc|
|:------:|
|[![][Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-badge]][Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-nuget]|
|[![][Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-downloadbadge]][Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-nuget]|

[Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-badge]: https://img.shields.io/nuget/v/Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.svg
[Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-downloadbadge]: https://img.shields.io/nuget/dt/Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc.svg
[Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc-nuget]: https://www.nuget.org/packages/Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc/

## Setup

Read [`Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc` *Readme.md*](src/Aguacongas.AspNetCore.Components.Maui.Authentication.Oidc/README.md) for information to use the library.

## Build from source

You can build the solution with Visual Studio or use the `dotnet build` command.

## Contribute

We warmly welcome contributions. You can contribute by opening an issue, suggest new a feature, or submit a pull request.

Read [How to contribute](CONTRIBUTING.md) and [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md) for more information.