Support browser?
Open
- Dominant language
- Gleam
- Stars
- 37
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Currently `youid` depends on `gleam_crypto` which in turn depends on `node:crypto` (JS target), so it is not available on browser.
Because the browser has [Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Crypto), is it possible to make `youid` available for browser, too?
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 reviewing open pull request #12 and the dependency chain from youid through gleam_crypto to node:crypto. Compare that approach with the browser Crypto API; the work is done when youid is available on the browser target without relying on node:crypto.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- cryptography, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100