parse-community / parse-community/parse-server

Remove or optionally ignore app ID

Open
#8,429 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

type:feature
Dominant language
JavaScript
Stars
21.4k
Forks
4.8k
Avg merge
7h 45m
Merged PRs (30d)
11

Description

New Feature / Enhancement Checklist
Current Limitation

Parse Server is historically capable of running multiple apps, differentiated based on their app ID. However, it can be assumed that the vast majority of Parse Server deployments run a single app. This puts the purpose of an app ID in question.

Feature / Enhancement Description

Optionally ignore the app ID in Parse Server. This means that requests won't require to send an app ID in the request header or as part of the URL. That means the URLs can be shorted from https://<domain>/<mount>/apps/<appId>/<path> to https://<domain>/<mount>/<path>.

Historically, the parse.com app ID was 40 characters long, so especially for legacy apps this could reduce overhead and resource requirements across the whole network infrastructure incl. logs.

This requires a comprehensive study regarding its effects. The app ID is currently used in Parse SDK clients to scope the accessibility of user session tokens in native storage.

Alternatives / Workarounds

Remove the support of app ID completely. This would require a careful deliberation as the feature may be used by some developers. It may however allow to simplify the Parse Server codebase by removing logic that deals with app ID.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing how Parse Server handles the app ID in request headers and URL paths, then review the Parse SDK client behavior that scopes session tokens. Determine the effects of optionally ignoring the app ID and define compatible shortened URLs, request handling, and migration behavior before implementation.

Written by the indexing model from the issue text.

Assessment

Tech stack
express, javascript, node.js
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.