Skip to content

Commit

Permalink
Merge pull request #10 from kristoferlund/dev
Browse files Browse the repository at this point in the history
v0.1.0 - Security fixes, making nonce required
  • Loading branch information
kristoferlund committed Aug 22, 2024
2 parents 7072092 + 02ecba1 commit 30e31e8
Show file tree
Hide file tree
Showing 42 changed files with 370 additions and 17,367 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/npm-release.yml

This file was deleted.

111 changes: 60 additions & 51 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
doc:
cargo doc --no-deps --document-private-items
cp -r packages/ic_siwe/media target/doc/ic_siwe/media

clean:
rm -rf .dfx
rm -f .env
rm -rf target
rm -rf node_modules
cargo clean
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Prebuilt canister serving as a SIWE identity provider for Internet Computer cani

### [ic-siwe-react-demo-rust](https://github.com/kristoferlund/ic-siwe-react-demo-rust)

React demo application that demonstrates how to integrate SIWE into an Internet Computer canister using the [ic-use-siwe-identity](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic-use-siwe-identity) hook and [ic-siwe-provider](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic_siwe_provider) canister.
React demo application that demonstrates how to integrate SIWE into an Internet Computer canister using the [ic-use-siwe-identity](https://github.com/kristoferlund/ic-use-siwe-identity) hook and [ic-siwe-provider](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic_siwe_provider) canister.

Try the deployed demo here: https://shtr2-2iaaa-aaaal-qckva-cai.icp0.io

Expand All @@ -64,7 +64,7 @@ Same demo as above but this time the backend canister is written in TypeScript u

Try the deployed demo here: https://zwsg3-myaaa-aaaal-qdf7q-cai.icp0.io/

### [ic-use-siwe-identity](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic-use-siwe-identity)
### [ic-use-siwe-identity](https://github.com/kristoferlund/ic-use-siwe-identity)

React hook and context provider for easy frontend integration with SIWE enabled Internet Computer canisters.

Expand Down
Loading

0 comments on commit 30e31e8

Please sign in to comment.