chore: tests and changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-11-27 13:32:16 +01:00
parent 1e3ee833dc
commit 79b055a4ed
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-auth-backend-module-google-provider': patch
---
Pass through `includeGrantedScopes` in order to persist scopes across refresh calls
@@ -67,6 +67,7 @@ describe('authModuleGoogleProvider', () => {
prompt: 'consent',
response_type: 'code',
client_id: 'my-client-id',
include_granted_scopes: 'true',
redirect_uri: `http://localhost:${server.port()}/api/auth/google/handler/frame`,
state: expect.any(String),
scope: