parse-community / parse-community/parse-server
Remove authAdapters from codebase
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
Auth adapters provide great support for authentication, however, they are not always needed and can introduce unnecessary dependancies.
Feature / Enhancement Description
Auth Adapter configuration should be similar to creating a S3 File Adapter, with no auth adapters used by default to reduce the project size.
Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by locating auth adapter configuration and the default authentication dependencies in the Parse Server repository; determine the supported configuration shape and dependency-removal scope. Done means auth adapters are not used by default while explicit configuration can still enable them, with relevant tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- authentication, backend
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100