Skip to content

Commit

Permalink
docs: add community elements
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 6, 2024
1 parent b8f5522 commit 5706d24
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Keycloak.AuthServices

[![Discord](https://img.shields.io/discord/1236946465318768670?color=blue&label=Chat%20on%20Discord)](https://discord.gg/jdYFw2xq)
[![Build](https://github.com/NikiforovAll/keycloak-authorization-services-dotnet/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/NikiforovAll/keycloak-authorization-services-dotnet/actions/workflows/build.yml)
[![CodeQL](https://github.com/NikiforovAll/keycloak-authorization-services-dotnet/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/NikiforovAll/keycloak-authorization-services-dotnet/actions/workflows/codeql-analysis.yml)
[![NuGet](https://img.shields.io/nuget/dt/Keycloak.AuthServices.Authentication.svg)](https://nuget.org/packages/Keycloak.AuthServices.Authentication)
Expand Down
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ export default withMermaid({
{ text: 'Home', link: '/' },
{ text: 'Getting Started', link: '/introduction' },
{ text: 'Migration', link: '/migration' },
{ text: 'Examples', link: 'examples/auth-getting-started' }
{ text: 'Examples', link: 'examples/auth-getting-started' },
{ text: 'Blog', link: 'blogs' },
{ text: 'Join Chat', link: 'https://discord.gg/jdYFw2xq' },
],
sidebar: {
'/': [
Expand Down
18 changes: 18 additions & 0 deletions docs/blogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Blog

## V2.0.0

[Announcement - Keycloak.AuthServices v2.0.0 is out 🎉!](https://nikiforovall.github.io/dotnet/keycloak/2024/05/05/keycloak-v2-0-0.html)

## V1.0.0

* [Use Keycloak as Identity Provider in ASP.NET Core 6](https://nikiforovall.github.io/aspnetcore/dotnet/2022/08/24/dotnet-keycloak-auth.html)
* [Authenticating .NET with Keycloak in 5 minutes](https://medium.com/@stefannovak96/authenticating-net-with-keycloak-ae7ce3675110)
* [Keycloak as Authorization Server in .NET](https://nikiforovall.github.io/dotnet/keycloak/2022/12/28/keycloak-authorization-server.html)
* [Use Keycloak as Identity Provider from Blazor WebAssembly (WASM) applications](https://nikiforovall.github.io/blazor/dotnet/2022/12/08/dotnet-keycloak-blazorwasm-auth.html)

---

::: tip
Please feel free to submit your blog post by editing this documentation page. 👌
:::

0 comments on commit 5706d24

Please sign in to comment.