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
useSession
useSession
always calls the API Should I just create custom react provider and serve my decoded from token user or can any library api from better auth be used?