From c2b2b036859c0768d387cc4232a4d3a729378aa4 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Sun, 20 Aug 2023 15:35:40 +0200 Subject: [PATCH 1/2] 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) From e9bd699a544f424e2701683a070bfef0c8f660ae Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 21 Aug 2023 17:52:09 +0200 Subject: [PATCH 2/2] Update plugins/auth-backend-module-google-provider/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- plugins/auth-backend-module-google-provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/auth-backend-module-google-provider/README.md b/plugins/auth-backend-module-google-provider/README.md index d3ffc11213..633dd13717 100644 --- a/plugins/auth-backend-module-google-provider/README.md +++ b/plugins/auth-backend-module-google-provider/README.md @@ -1,6 +1,6 @@ # Auth Module: Google Provider -This module provides an Google auth provider implementation for `@backstage/plugin-auth-backend`. +This module provides a Google auth provider implementation for `@backstage/plugin-auth-backend`. ## Links