From ba023d34064b8497da333a3db5ab22d98ed3dbd3 Mon Sep 17 00:00:00 2001 From: Julian Kalinowski Date: Fri, 24 Nov 2023 14:17:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f69c2f7..8c9d4d2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Kotlin Multiplatform OIDC +[![Build Snapshot](https://github.com/kalinjul/kotlin-multiplatform-oidc/actions/workflows/build.yml/badge.svg)](https://github.com/kalinjul/kotlin-multiplatform-oidc/actions/workflows/build.yml) + Library for using OpenID Connect / OAuth 2.0 in Kotlin Multiplatform (iOS+Android), Android and soon Xcode projects. - Currently, it only supports the [Authorization Code Grant Flow](https://datatracker.ietf.org/doc/html/rfc6749#section-4.1).