Skip to content

Commit

Permalink
Merge pull request #124 from biscuit-auth/snapshot-inspector
Browse files Browse the repository at this point in the history
Add a snapshot inspector to the tooling section
  • Loading branch information
divarvel authored Nov 10, 2023
2 parents 4f3da38 + 9082042 commit c17d123
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
15 changes: 15 additions & 0 deletions content/docs/tooling/snapshot-inspector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title = "Snapshot inspector"
description = "Inspect a biscuit snapshot"
date = 2023-11-10T17:17:00+02:00
updated = 2023-11-10T17:17:00+02:00
draft = false
weight = 1
sort_by = "weight"
template = "docs/page.html"
+++

You can paste a snapshot in the textarea to inspect its contents.
You can also add extra authorizer code to the snapshot.

<bc-snapshot-printer showAuthorizer="true"></bc-snapshot-printer>
30 changes: 15 additions & 15 deletions wc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion wc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@biscuit-auth/web-components": "0.5.0"
"@biscuit-auth/web-components": "0.5.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
Expand Down

0 comments on commit c17d123

Please sign in to comment.