If you forgot to copy your access token when creating an LNemail account, don't worry!
**There are several ways to get your access token:**
1. From the LN invoice memo
2. Run `localStorage.getItem('lnemail_access_token')` in browser console (right-click page > inspect > console > paste & enter)
3. Check API requests in Network tab - look for Authorization header after `Bearer `
The token is safely stored in your browser's local storage. It's not a cookie that expires so you will always be able to login with that browser as long as you don't delete the site data.