From c2b2b036859c0768d387cc4232a4d3a729378aa4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 20 Aug 2023 15:35:40 +0200 Subject: [PATCH] auth-backend-module-google-provider: minor README update Signed-off-by: Patrik Oldsberg --- plugins/auth-backend-module-google-provider/README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/auth-backend-module-google-provider/README.md b/plugins/auth-backend-module-google-provider/README.md index e031482f64..d3ffc11213 100644 --- a/plugins/auth-backend-module-google-provider/README.md +++ b/plugins/auth-backend-module-google-provider/README.md @@ -1,5 +1,8 @@ -# Auth Backend Module - Google Provider +# Auth Module: Google Provider + +This module provides an Google auth provider implementation for `@backstage/plugin-auth-backend`. ## Links -- [The Backstage homepage](https://backstage.io) +- [Backstage](https://backstage.io) +- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-google-provider)