reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.62k stars 1.12k forks source link

Add rx.SessionStorage() for token storage #3344

Closed Idriss975 closed 2 months ago

Idriss975 commented 4 months ago

We have rx.LocalStorage() but not rx.SessionStorage().

Store data such as tokens in Client Storage in a secure way.

TG199 commented 4 months ago

Hi, I'd like to try this out.

Idriss975 commented 2 months ago

implemented yet ? @TG199 @masenf noticed this issue isn't associated to the PR

TG199 commented 2 months ago

@Idriss975 yes, did that here #3420