We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It might be worth using the jsonwebtoken npm library to show verification is standard but maybe also include a way to verify it via Arweave.crypto
jsonwebtoken
Arweave.crypto
Here's an example of how to accomplish JWT creation and signing using an arbundles compatible signer in use in the art by city dapp: https://gitlab.com/art-by-city/art-by-city/-/blob/master/plugins/artbycity/index.ts#L79
arbundles
and signer: https://gitlab.com/art-by-city/art-by-city/-/blob/master/app/infra/arweave/signer/arweaveWalletSigner.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It might be worth using the
jsonwebtoken
npm library to show verification is standard but maybe also include a way to verify it viaArweave.crypto
Here's an example of how to accomplish JWT creation and signing using an
arbundles
compatible signer in use in the art by city dapp: https://gitlab.com/art-by-city/art-by-city/-/blob/master/plugins/artbycity/index.ts#L79and signer: https://gitlab.com/art-by-city/art-by-city/-/blob/master/app/infra/arweave/signer/arweaveWalletSigner.ts
The text was updated successfully, but these errors were encountered: