feat(auth-google,auth-github): Allow passing a custom callbackUrl to … (#10829)
* feat(auth-google,auth-github): Allow passing a custom callbackUrl to oauth providers * feat: Add state management in auth providers * chore: Changes based on PR review
This commit is contained in:
@@ -92,7 +92,7 @@ export const ModulesDefinition: {
|
||||
label: upperCaseFirst(Modules.AUTH),
|
||||
isRequired: false,
|
||||
isQueryable: true,
|
||||
dependencies: [ContainerRegistrationKeys.LOGGER],
|
||||
dependencies: [ContainerRegistrationKeys.LOGGER, Modules.CACHE],
|
||||
defaultModuleDeclaration: {
|
||||
scope: MODULE_SCOPE.INTERNAL,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user