-
## What's the problem you want solved?
If I call `mintCap`, or `addExistingIdentity` etc - these get added into the local indexeddb, even if they already exist.
## Is there a solution you'd like…
-
**As a** front-end developer
**I want** to use the client API directly from the browser
**So that** a back-end Node.js server is not required as an intermediary
The key issues are the use of Node…
-
Hi,
- passkeys is a new tech (based on webauthn) that may push the security space towards using pass managers on trusted devices
- it could be called device based security, where os account passcode…
-
Hi @encryb
Error using the example asym code from readme:
```
Arguments(2) ["Could not import private encrypt key", ReferenceError: key is not defined
```
source code
```
simpleCrypto.as…
pwFoo updated
5 years ago
-
Recently the Postgres community supported Cloudflare worker with its [Socket API](https://blog.cloudflare.com/workers-tcp-socket-api-connect-databases/). Here are some references:
- node-postgres: h…
-
**Is your feature request related to a problem? Please describe.**
Currently OpenMLS cannot be called from JavaScript easily.
**Describe the solution you'd like**
It would be nice to have a JS AP…
-
I'm having issues with trying to use verifyAuthentication
Server-side uses SvelteKit.
Client-side:
```
const authenticate = async () => {
let auth;
try {
let challenge = await fetch…
-
Looking quickly at the code seems to implicate that the initial seed is taken from Math.random [1]. As this discussion about Math.random in different browsers points out [2] this is not a strong sourc…
-
### What version of Bun is running?
1.0.22+b400b36ca
### What platform is your computer?
Darwin 23.2.0 arm64 arm
### What steps can reproduce the bug?
```ts
import { createHash, getRandomValues,…
-
Content addressing replaces the notion of a content "origin" with a trustless, p2p integrity checking, so you can reliably fetch content from any and all peers that have it. Domains as the content ori…