Skip to content

wasp-config package missing Microsoft auth method in types and mapper #3761

@Pipboyguy

Description

@Pipboyguy

wasp-config package doesn't include microsoft in three places:

  1. publicApi/tsAppSpec.tsAuthMethods missing microsoft?: ExternalAuthConfig
  2. appSpec.ts — missing microsoft: Optional<ExternalAuthConfig>
  3. mapTsAppSpecToAppSpecDecls.tsmapAuthMethods doesn't destructure or map microsoft, silently drops it
main.wasp.ts(54,5): error TS2353: Object literal may only specify known properties,
and 'microsoft' does not exist in type 'AuthMethods'.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions