Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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 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
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
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, ...
AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
- Abstracts node and fetch req/res to adapters 1ebc6e5
AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
- fixes method name 214b281
AlbertoElias pushed 3 commits to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
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...
AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
- Finishes custom logout route implementation a30e122
AlbertoElias pushed 1 commit to albertoe/WAL-3057-httponly-cookies Crossmint/crossmint-sdk
- fixes tests 478c29d
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
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?
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
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
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