You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First of all, thanks so much for this awesome project. I'm wondering if it's possible to check auth/ session server side? I see the code in admin-panel uses client side react-sdk. Thanks!
The text was updated successfully, but these errors were encountered:
Thanks.
For server side auth, it's more or less moving the token storage part from localStorage/sessionStorage to cookies/session, so you should technically be able to use any server side auth library that support customizing OAuth provider config to achieve it.
I may add an example or package for this in the future, but no timeline on this.
Hi! First of all, thanks so much for this awesome project. I'm wondering if it's possible to check auth/ session server side? I see the code in admin-panel uses client side react-sdk. Thanks!
The text was updated successfully, but these errors were encountered: