Skip to content

Revert optional auth env vars when adding Discord auth #62

@ThatXliner

Description

@ThatXliner

When we're ready to add Discord auth to the app, revert the changes that made auth env vars optional.

Commits to revert / tighten back up in packages/auth/env.ts:

  • AUTH_DISCORD_ID — make required again (z.string().min(1))
  • AUTH_DISCORD_SECRET — make required again (z.string().min(1))
  • AUTH_SECRET — make required in production again

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions