From e5d6cadd7f69a4fbde77021f6e9941cd0fceed9b Mon Sep 17 00:00:00 2001 From: pamapa Date: Wed, 21 Jul 2021 09:30:19 +0200 Subject: [PATCH] fix: add npm package link icon --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ccce0955..8acb36d97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ +# oidc-client-ts + +[![Stable Release](https://img.shields.io/npm/v/oidc-client-ts.svg)](https://npm.im/react-oidc-context) ![Pipeline](https://github.com/pamapa/oidc-client-ts/workflows/Release/badge.svg) -# oidc-client-ts + Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications. Also included is support for user session and access token management. @@ -59,7 +62,7 @@ npm test ## Contributing -All are welcome on the [issue tracker](https://github.com/pamapa/oidc-client-ts/issues). +We appreciate feedback and contribution to this repo! ## License