Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

AlbertoElias

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias pushed 6 commits to albertoe/WAL-2978-auth-error-handling Crossmint/crossmint-sdk
  • fix: main (#851) fix main 9fe270e
  • embed v3: dynamic wallet conn import (#854) * embed v3: lazy import * changeset cfcc814
  • Release packages (#855) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> bd0cb2d
  • Improves error message design and farcaster handler e367c5a
  • Merge branch 'main' into albertoe/WAL-2978-auth-error-handling 339328b
  • adds error handling to web3 auth flow and renames files 64bf06f

View on GitHub

AlbertoElias opened a draft pull request on Crossmint/crossmint-sdk
Better auth error handling and notifying end users
## Description Catch auth errors properly and in react sdk show them to end users. ## Test plan Testing with smarter wallet ## Package updates react-ui: patch common-auth: patch cl...
AlbertoElias created a branch on Crossmint/crossmint-sdk

albertoe/WAL-2978-auth-error-handling - Crossmint SDK for client and server integrations

AlbertoElias deleted a branch Crossmint/crossmint-sdk

albertoe/WAL-3057-httponly-cookies

AlbertoElias pushed 1 commit to main Crossmint/crossmint-sdk
  • Auth: Supports setting custom routes for refrsh and configuring cookie options (#846) * Refactors auth sdks to bring... b924ded

View on GitHub

AlbertoElias closed a pull request on Crossmint/crossmint-sdk
Auth: Supports setting custom routes for refrsh and configuring cookie options
## Description To support a more secure way to store authentication material, we'd like to support them being stored in Secure + HttpOnly cookies. To do so, they need to be set server-side. So t...
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
i create a different adapter for each instance. for cookies, I need to pass in a response, for `handleCustomRefresh` I need to create the response instance

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
the response needs to be created in a different order for each type of response. As I explained in the comment, the body of the response, in Node's case, needs to happen after setting the headers, ...

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
  • Abstracts node and fetch req/res to adapters 1ebc6e5

View on GitHub

AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk

View on GitHub

AlbertoElias pushed 3 commits to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
  • Auth: Web3 Login (#821) * added metamask web3 login method * implemented web3 auth via wagmi lib * removed coi... 8951068
  • Merge branch 'main' into albertoe/WAL-3057-httponly-cookies e2a2ee1
  • fixes tests 313951d

View on GitHub

AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I actually only do it there and in the cookies util to fetch the header so I think this abstraction is not worth adding right now as I think the current code is pretty declarative to read. there is...

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
  • Finishes custom logout route implementation a30e122

View on GitHub

AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk

View on GitHub

AlbertoElias pushed 8 commits to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
  • React ui: increased development memory (#840) ab3e629
  • embed: use real order type (#842) * embed: use real order type * changeset ea8ce4d
  • Auth: UI style fixes + demo width fix (#841) * Auth: UI style fixes * added changeset * fixed demo width * ... eda52dc
  • embed: force client key (#843) * embed: force client key * changeset * change key 8a496be
  • chore: move to turbo (#845) * chore: move to turbo * ci * turbo token * Update turbo.json b51efe0
  • embed: fix weird recipient ts behavior (#847) * embed: fix weird recipient ts behavior * changeset e30569f
  • Auth: Refactors auth sdks to bring in as much as possible to common and client (#828) * Refactors auth sdks to bring... 8f738d0
  • Merge branch 'main' into albertoe/WAL-3057-httponly-cookies 5200d47

View on GitHub

AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
but that's for auth, after authenticating via otp or google auth it will getOrCreateWallet, why not with web3 login?

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias deleted a branch Crossmint/crossmint-sdk

albertoe/WAL-2982-auth-client-sdk

AlbertoElias pushed 1 commit to main Crossmint/crossmint-sdk
  • Auth: Refactors auth sdks to bring in as much as possible to common and client (#828) * Refactors auth sdks to bring... 8f738d0

View on GitHub

AlbertoElias closed a pull request on Crossmint/crossmint-sdk
Auth: Refactors auth sdks to bring in as much as possible to common and client
## Description We had too much of Auth, including managing refreshing tokens, in `react-ui.` This PR brings that into `client-sdk-auth`. Also brings into `common-sdk-auth` things in common betwe...
AlbertoElias pushed 8 commits to albertoe/WAL-2982-auth-client-sdk Crossmint/crossmint-sdk
  • React ui: increased development memory (#840) ab3e629
  • embed: use real order type (#842) * embed: use real order type * changeset ea8ce4d
  • Auth: UI style fixes + demo width fix (#841) * Auth: UI style fixes * added changeset * fixed demo width * ... eda52dc
  • embed: force client key (#843) * embed: force client key * changeset * change key 8a496be
  • chore: move to turbo (#845) * chore: move to turbo * ci * turbo token * Update turbo.json b51efe0
  • embed: fix weird recipient ts behavior (#847) * embed: fix weird recipient ts behavior * changeset e30569f
  • Moves delete cookies to finally block 21a1289
  • Merge branch 'main' into albertoe/WAL-2982-auth-client-sdk 2ca4d58

View on GitHub

AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
  • Addresses PR comments, silences console.error in tests and adds logout endpoint handler for httponly 84fc1ae

View on GitHub

AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
The idea behind `handleCustomeRefresh` is to return the Response object that 3P developers need to return in their endpoints to make it super easy for them and they can forget about the details inv...

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
It's a more complicated setup, but I see what you mean, I'll change it to a more enticing title

View on GitHub

AlbertoElias created a review on a pull request on Crossmint/crossmint-sdk

View on GitHub

Load more