From 361dd7e03e338e1ea93c418cba9b972d75397be1 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Wed, 10 Apr 2024 03:47:31 +0200 Subject: [PATCH] Advertise oidc-spa --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0289891..06fe79e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ If you are only looking to create a Keycloak theme (and not a Keycloak theme and This starter is based on Vite. There is also [a Webpack based starter](https://github.com/keycloakify/keycloakify-starter-cra). +> 📣 Looking for a library for redirecting your user to Keycloak when they click on the 'Login' button? +> Check out [oidc-spa](https://oidc-spa.dev) It's made by us and it's used in the [src/App](https://github.com/keycloakify/keycloakify-starter/tree/main/src/App) of this starter. + # Quick start ```bash