
Nicolas Scott
Activity overview
Latest activity by Nicolas Scott
-
Nicolas Scott commented,
Yes, I wrote this code. Token is probably null because of this line: const token = getCookie(cookieString, cookieName); It looks like the getCookie function that was meant to go with this code is m...
- View comment
- 0 votes
-
Nicolas Scott commented,
If anyone else lands here, quick reminder:You can no longer update metadata from the front end anymore. We removed that ability a couple months ago for security. Also Marc is correct that storing a...
- View comment
- 0 votes
-
Nicolas Scott commented,
If anyone else lands here, quick reminder:You can no longer update metadata from the front end anymore. We removed that ability a couple months ago for security. Also Marc is correct that storing a...
- View comment
- 0 votes
-
Nicolas Scott commented,
No, you'd need to use SSO with our OIDC config, but keep in mind you'll not be able to use any of our client side APIs since the session is different
- View comment
- 0 votes
-
Nicolas Scott commented,
Only with the backend API. Our bulk update script can be used for this It loops through ALL members in an account, and still stays in line with stripes rate limiting But you'll need a server to use...
- View comment
- 0 votes
-
Nicolas Scott commented,
Yea currently Memberstack needs a web browser for auth and sessions and optionally a nodeJS env to support admin package (which does not have the ability to create sessions) Your best option is usi...
- View comment
- 1 vote
-
Nicolas Scott commented,
Haven't tested in redwood.js so lmk how that turns out, though I don't see any issues or roadblocks that I can think of! Keep me posted and lmk if you need anything.Feel free to join the #react cha...
- View comment
- 0 votes
-
Nicolas Scott commented,
Just seeing this, I highly recommend the react package. Its pretty powerful and I'm not just saying that as the maintainer 😁 Also recommend using it in Next.js! You can also use our @memberstack/ad...
- View comment
- 0 votes