Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aguafrommars/maui.blazor.authentication
- Owner: Aguafrommars
- License: apache-2.0
- Created: 2022-11-26T07:42:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:36:21.000Z (9 months ago)
- Last Synced: 2024-05-23T03:34:52.180Z (9 months ago)
- Topics: auhtentication, blazor, maui, maui-blazor, oidc, openid-connect, openidconnect-client
- Language: C#
- Homepage:
- Size: 1.32 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.