-
Notifications
You must be signed in to change notification settings - Fork 9
Add outdated examples banner #457
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
Conversation
| description: "In this guide, we'll walk through the process of creating a new end user with a passkey." | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we point to this specifically? https://turnkey-0e7c1f5b-traian-old-examples-banner.mintlify.app/sdks/react/sub-organization-customization
| mode: wide | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here: https://turnkey-0e7c1f5b-traian-old-examples-banner.mintlify.app/sdks/react/sub-organization-customization --> it goes over various ways to create suborgs (passkey vs email etc)
| description: "This is a guide to implementing Fiat Onramps within a Turnkey-powered application." | ||
| mode: wide | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we unfortunately don't currently have a great updated guide tailored for this.
separately: I'm noticing we have a bit of duplication between https://docs.turnkey.com/wallets/fiat-on-ramp#fiat-onramp and https://docs.turnkey.com/products/embedded-wallets/features/fiat-on-ramp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@moe-dev Is implementing on-ramp into our EWK right now. We can link to that once it is done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amircheikh what's the latest on that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hello
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's in the EWK. The docs here are updated:
https://docs.turnkey.com/embedded-wallets/code-examples/fiat-on-ramp
There's also a hyperlink to this section in the react docs:
https://docs.turnkey.com/sdks/react/using-embedded-wallets#next-steps
| description: "This is a guide to implementing social linking within a Turnkey-powered application. For more information on what social linking is, see [here](/authentication/social-logins#social-linking)." | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| mode: wide | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| --- | ||
|
|
||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://turnkey-0e7c1f5b-traian-old-examples-banner.mintlify.app/generated-docs/formatted/react-wallet-kit/client-context-type-add-passkey if we want a very specific example
| mode: wide | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> | ||
| > Head over to [SDK Reference](/sdks/react) for the updated packages. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably can point them generally to https://turnkey-0e7c1f5b-traian-old-examples-banner.mintlify.app/sdks/react/auth
| title: "Create a User Passkey Session" | ||
| description: 'A passkey session is an expiring session enabled by an initial passkey authentication. You could think of this as a "lightning mode" of sorts: creating a passkey session allows users to authenticate subsequent requests touch-free. Under the hood, this is powered by our [indexedDbStamper](/sdks/advanced/indexed-db-stamper). These sessions are enabled by creating a short-lived embedded API key in the browser, stored in localStorage, and cryptographically scoped to a public key generated by IndexedDB.' | ||
| --- | ||
| > ⚠️ **This example is outdated !**<br/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.