lens-protocol / lens-sdk

The official SDK to interact with the Lens Protocol
https://docs.lens.xyz/docs/what-is-lens
MIT License
234 stars 73 forks source link

feat: Privy next.js template #961

Closed iPaulPro closed 3 months ago

iPaulPro commented 3 months ago

Adds a new example lens-next-privy-app, forked from lens-next-app, which replaces ConnectKit with Privy for wallet authentication.

It only requires supplying the Privy App ID, in place of the Wallet Connect Project ID used in the original example, to run.

Creating a draft because we're waiting on a fix from Privy in the @privy-io/react-auth library. I will also update the readme with a link to the Privy docs for Lens integration when it's published.

height[bot] commented 3 months ago

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

changeset-bot[bot] commented 3 months ago

⚠️ No Changeset found

Latest commit: af28a93b65c190bbe11c600179e1df68da689110

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 3 months ago

@iPaulPro is attempting to deploy a commit to the Avara Team on Vercel.

A member of the Team first needs to authorize it.

iPaulPro commented 3 months ago

Tested @privy-io/react-auth v1.74.1 and it no longer has the signing prompt issue. This is ready for review now!