supermemory/apps/browser-extension
MaheshtheDev 7e8b65b36d feat(extension): Auto Logout when token is invalidated, Account Section (#438)
## Changes:

- Added token validation logic that checks if the current auth token is still valid
- Implemented automatic logout when token is invalidated with appropriate user feedback
- Added an Account section in the popup that displays the user's email
- Improved error toast messages with clearer formatting and helper text

![image.png](https://app.graphite.dev/user-attachments/assets/b751f6a4-1a33-42d1-88dd-61aff55dd1c7.png)![image.png](https://app.graphite.dev/user-attachments/assets/202f69f9-c853-4801-850e-ee6d115e300c.png)
2025-09-24 21:02:05 +00:00
..
entrypoints feat(extension): Auto Logout when token is invalidated, Account Section (#438) 2025-09-24 21:02:05 +00:00
fonts feat: browser extension 2025-08-28 19:00:59 -07:00
public changes to chrome extension (#402) 2025-09-01 06:02:37 +00:00
utils feat(extension): Auto Logout when token is invalidated, Account Section (#438) 2025-09-24 21:02:05 +00:00
.env.example extension: updated telemetry and batch upload (#415) 2025-09-08 05:19:10 +00:00
.gitignore feat: browser extension 2025-08-28 19:00:59 -07:00
package.json extension: updated telemetry and batch upload (#415) 2025-09-08 05:19:10 +00:00
README.md feat: browser extension 2025-08-28 19:00:59 -07:00
tsconfig.json feat: browser extension 2025-08-28 19:00:59 -07:00
wxt.config.ts feat(extension): Auto Logout when token is invalidated, Account Section (#438) 2025-09-24 21:02:05 +00:00

supermemory Browser Extension