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
Copy file name to clipboardExpand all lines: DEPLOYMENT.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,12 +192,20 @@ If you ever want to restart onboarding:
192
192
- Open DevTools
193
193
- Application → Local Storage
194
194
- Clear keys starting with `hevy_analytics_`
195
+
- Also clear:
196
+
-`hevy_username_or_email`
197
+
-`hevy_analytics_secret:hevy_password`
198
+
-`hevy_auth_token`
199
+
-`lyfta_api_key`
200
+
201
+
If your browser is missing WebCrypto/IndexedDB support (or the page isn't a secure context), the app may fall back to storing passwords in Session Storage.
195
202
196
203
197
204
## 5) Notes
198
205
199
206
- Hevy login is proxied through your backend.
200
207
- The app stores the Hevy token in your browser (localStorage).
208
+
- If you choose to use Hevy/Lyfta sync, the app may also store your login inputs locally to prefill onboarding (for example: username/email and API keys). Passwords are stored locally and are encrypted when the browser supports WebCrypto + IndexedDB.
201
209
- Your workouts are processed client-side into `WorkoutSet[]`.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,3 +189,4 @@ If you find this project helpful, you can support it here:
189
189
190
190
- The only official deployment is https://liftshift.app.
191
191
- Any other domain is unofficial. Do not enter credentials into an unofficial deployment.
192
+
- LiftShift stores sync credentials locally in your browser (tokens, API keys, and login inputs). Passwords are encrypted at rest when the browser supports WebCrypto + IndexedDB.
0 commit comments