Skip to content

server.js should send 503 when the key cannot be obtained #4

Description

@tgaff

503 Service Unavailable

  if (!(requestContent.client_id && requestContent.client_secret)) {
    // throw?
    console.log('Required CLIENT_ID or CLIENT_SECRET environment keys not set; FAILING');
    next(); return;
  }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions