Skip to content

Commit

Permalink
Okta: Add packages to setup script (#6732)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Oct 27, 2022
1 parent 810f1fe commit be4c01c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/auth-providers-setup/src/okta/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ export const handler = async ({ rwVersion, force: forceArg }: Args) => {
rwVersion,
forceArg,
provider: 'okta',
webPackages: ['@okta/okta-auth-js'],
apiPackages: ['@okta/jwt-verifier'],
authDecoderImport:
"import { oktaAuthDecoder as authDecoder } from '@redwoodjs/auth-providers-api'",
webPackages: ['@okta/okta-auth-js', '@redwoodjs/auth-providers-web'],
apiPackages: ['@okta/jwt-verifier', '@redwoodjs/auth-providers-api'],
})
}

0 comments on commit be4c01c

Please sign in to comment.