Offline `useSession`
Hi! Are there any good practices on offline support? So far my research led me to use JWT plugin, so I can store the token in the local storage and verify if it has not expired yet. But using
Should I just create custom react provider and serve my decoded from token user or can any library api from better auth be used?
Thanks!
useSession always calls the APIShould I just create custom react provider and serve my decoded from token user or can any library api from better auth be used?
Thanks!