HenrikJoreteg / HenrikJoreteg/github-secret-keeper
cannot start ff client id starts with digit
Open
- Dominant language
- JavaScript
- Stars
- 90
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Say my GitHub app’s credentials would be as follows
- client id: `012def`
- secret: `abc456`
If I try to start the app like this:
```
012def=abc456 npm start
```
I get error
```
bash: 012def=abc456: command not found
```
Is there anything I can do?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the documented `012def=abc456 npm start` command in bash and inspect the npm start entry point. Determine how credentials are passed when the client ID begins with a digit; done means the application starts successfully with the example credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash, javascript, node.js
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100