Merge pull request #12120 from backstage/rugvip/auth-cleanup

auth-backend: remove deprecations
This commit is contained in:
Patrik Oldsberg
2022-06-21 17:03:08 +02:00
committed by GitHub
49 changed files with 109 additions and 1088 deletions
+1 -1
View File
@@ -333,7 +333,7 @@ export default async function createPlugin(
return await createRouter({
...
providerFactories: {
google: createGoogleProvider({
google: providers.google.create({
authHandler: async ({
fullProfile // Type: passport.Profile,
idToken // Type: (Optional) string,