chore: initial plugin fix

Signed-off-by: benjdlambert <ben@blam.sh>

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-09-08 17:25:52 +02:00
parent b6c97c2710
commit 62e3de764c
17 changed files with 748 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
# @backstage/plugin-auth
A Backstage frontend plugin that provides user interface components for authentication flows, specifically for OpenID Connect (OIDC) consent management.
## Installation
This plugin is designed to work with the `@backstage/plugin-auth-backend` package that provides OIDC provider functionality.
```bash
# From your Backstage app directory
yarn --cwd packages/app add @backstage/plugin-auth
```