Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
AlbertoElias pushed 1 commit to main Crossmint/crossmint-sdk
- Auth Server SDK: Stores new auth material cookies (#817) Stores new auth material cookies fe06a3e
AlbertoElias closed a pull request on Crossmint/crossmint-sdk
Auth Server SDK: Stores new auth material cookies
## Description Following the SSR doc, we needed a helper to store the cookies server-side. If a response is added to `getSession` this is done automatically. If not, we provide a `storeAuthMater...AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I could create my own util though in the httponly pr as we'll have more options to add there
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
Not sure what other use cases exist for an OTP outside of auth
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I think all new things should be added in the right place from the get go. You'll see that the good thing about using these services is that they take care of most of the boilerplate.
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I meant setModalOpen => setDialogOpen and use `setDialogOpen` everywhere
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
otp state should be inside email sign in as other methods don't use it
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I personally prefer having one component per file
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
Sadly, not that I know of. The idea is to follow this pattern with other properties like `Secure` and `HttpOnly` once we also support more secure cookies
AlbertoElias pushed 1 commit to albertoe/WAL-3060-auth-ssr-set-cookies Crossmint/crossmint-sdk
- Stores new auth material cookies c42899c
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
I've added the `refreshToken` so it can be stored at will. It follows the object format from the response from `/refresh` to use the expiry date when configuring the cookie. An alternative would be...
AlbertoElias opened a pull request on Crossmint/crossmint-sdk
Stores new auth material cookies
## Description Following the SSR doc, we needed a helper to store the cookies server-side. If a response is added to `getSession` this is done automatically. If not, we provide a `storeAuthMater...AlbertoElias created a branch on Crossmint/crossmint-sdk
albertoe/WAL-3060-auth-ssr-set-cookies - Crossmint SDK for client and server integrations
AlbertoElias pushed 1 commit to main Crossmint/crossmint-sdk
- Auth SDK: Implements getSession in server sdk for ssr (#810) * Implements getSession in server sdk for ssr * revi... cd15716
AlbertoElias closed a pull request on Crossmint/crossmint-sdk
Auth SDK: Implements getSession in server sdk for ssr
## Description Implemented a getSession method in `CrossmintAuth` that will get the current session, and refresh it if necessary. Works with the Request object used by most node.js frameworks an...AlbertoElias pushed 4 commits to albertoe/WAL-3032-server-sdk-get-session Crossmint/crossmint-sdk
AlbertoElias pushed 1 commit to albertoe/WAL-3032-server-sdk-get-session Crossmint/crossmint-sdk
- Improves method order 357bf4d
AlbertoElias pushed 1 commit to albertoe/WAL-3032-server-sdk-get-session Crossmint/crossmint-sdk
- jwtToken => jwt Co-authored-by: Austin Feight <[email protected]> fc8233f
AlbertoElias created a review comment on a pull request on Crossmint/crossmint-sdk
we discussed that this was an old approach and we should go with `from`
AlbertoElias pushed 1 commit to albertoe/WAL-3032-server-sdk-get-session Crossmint/crossmint-sdk
- Better naming for tokens 0785dff