Support sign/verify in options
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 449
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice if a consumer of this library could pass some version of `sign` and `verify` in as options. I think that would remove the hard dependency on ghsign. Also it would help make the scheme more generic per the comments in #4. If this sounds okay I can probably put together a PR.
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the current ghsign dependency and the signing and verification call sites. Read the discussion in #4 and trace how options are handled. Done means consumers can provide sign and verify implementations, the hard dependency on ghsign is removed, and existing authentication remains compatible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100