auth icon indicating copy to clipboard operation
auth copied to clipboard

Decentralized authentication and authorization for team collaboration, using a secure chain of cryptological signatures. (Formerly known as 🌮 Taco.)

Results 32 auth issues
Sort by recently updated
recently updated
newest added

Currently the `bySeniority` sort only looks at `ADD_MEMBER` links, which are only used in testing #### Test plan Change current mutual removal tests to follow the invitation process rather than...

While we're at it, this business with storing the error in context and then retrieving it and using it as details and storing something else in context.error is pretty gross.

I'm having difficulty using `localfirst/auth` within an Electron application (main process) because module names in imports aren't specified by the full path (e.g., `.js` or `/index.js` for directories). Would you...

Today I tried running the demo and was unable to get anything working. I figured out I needed to install `yarn` and then install the dependencies, but was unable to...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.4 to 5.1.7. Changelog Sourced from vite's changelog. 5.1.7 (2024-03-24) fix: fs.deny with globs with directories (#16250) (5a056dd), closes #16250 5.1.6 (2024-03-11) chore(deps): update all non-major dependencies...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

I don't think there's currently anything stopping me (at the graph level) from adding a lockbox for someone else. For example, I could make a fake lockbox containing user keys,...

In the Connection protocol, we confirm that we haven't been spoofed into joining the wrong team: Once we've joined and gotten the full team history, we look for an invitation...

This is from a comment in membershipResolver.test.ts: ``` sometimes (50% of the time?) when we eliminate duplicate ADD_MEMBERs,we're eliminating one that would have needed to have come BEFORE something else,...