-
Notifications
You must be signed in to change notification settings - Fork 4
docs(skills): stop teaching deprecated LockContext.identify() (#591) #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
40ab142
docs(skills): stop teaching deprecated LockContext.identify() (#591)
coderdan 8bb698e
docs: split Authentication from Identity-Aware Encryption (lock conte…
coderdan d1f34c1
docs: lead credential guidance with stash auth login / stash init, en…
coderdan 9a7e0f9
docs: EQL v3 as the sole documented approach (skills + READMEs)
coderdan 7c004ec
Merge remote-tracking branch 'origin/main' into docs/eql-v3-sole-appr…
coderdan e297f64
docs: changeset for the EQL v3 sole-approach docs restructure
coderdan 3fdd740
docs: address code-review findings on the v3-sole-approach restructure
coderdan a432545
Merge pull request #658 from cipherstash/docs/eql-v3-sole-approach
coderdan 7117032
Merge remote-tracking branch 'origin/main' into docs/skills-identity-…
coderdan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| 'stash': patch | ||
| '@cipherstash/stack': patch | ||
| --- | ||
|
|
||
| Docs: stop teaching the deprecated `LockContext.identify()` as the primary | ||
| identity-aware-encryption path (#591). The `stash-encryption` and `stash-supabase` | ||
| skills and the `@cipherstash/stack` README now lead with the current pattern — | ||
| authenticate the client with `OidcFederationStrategy`, then bind the claim per | ||
| operation with `.withLockContext({ identityClaim })` — and demote | ||
| `LockContext.identify()` to a clearly-marked deprecated note (per-operation CTS | ||
| tokens were removed in protect-ffi 0.25). Skills ship in the `stash` tarball, so | ||
| this keeps the bundled guidance correct for the 1.0 surface. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.