Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server-side auth #196

Open
jepezi opened this issue Nov 29, 2024 · 1 comment
Open

Server-side auth #196

jepezi opened this issue Nov 29, 2024 · 1 comment

Comments

@jepezi
Copy link

jepezi commented Nov 29, 2024

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!

@byn9826
Copy link
Member

byn9826 commented Nov 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants