From 46499d9c32d5e018e9fe32137a003dfd35b5b573 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Damaschke Date: Fri, 5 Jan 2024 19:36:03 +0100 Subject: [PATCH] docs(readme): :pencil: Fixed broken oidc provider link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36b71b..ab48e57 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This module is still in development and contributions are welcome! - Secured & sealed cookies sessions - Generic spec compliant OpenID connect provider with fully configurable OIDC flow (state, nonce, PKCE, token request, ...) -- Presets for [popular OIDC providers](#supported-oauth-providers) +- Presets for [popular OIDC providers](#supported-openid-connect-providers) - Multi provider support with auto registered routes (`/auth//login`, `/auth//logout`, `/auth//callback`) - `useOidcAuth` composable for getting the user information, logging in and out, refetching the current session and triggering a token refresh - Encrypted server side refresh/access token storage powered by unstorage