mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #606] [MERGED] feat: support auto login with url query parameter #657
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#657
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/606
Author: @dreamhunter2333
Created: 3/15/2025
Status: ✅ Merged
Merged: 3/16/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
8f7f066feat: support auto login with url query parameter📊 Changes
6 files changed (+42 additions, -17 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/src/main.js(+2 -11)📝
frontend/src/router/index.js(+19 -1)📝
frontend/src/store/index.js(+1 -1)📝
frontend/src/views/index/AddressBar.vue(+16 -1)📝
frontend/src/views/index/LocalAddress.vue(+3 -3)📄 Description
User description
#605
PR Type
Enhancement
Description
Support auto login with URL query parameter.
Add new localization strings for auto login link.
Update router to handle JWT query parameter.
Modify UI components to display auto login link.
Changes walkthrough 📝
AddressBar.vue
Add auto login link and localization stringsfrontend/src/views/index/AddressBar.vue
LocalAddress.vue
Update localization strings and tab namesfrontend/src/views/index/LocalAddress.vue
main.js
Clean up router locale settingfrontend/src/main.js
index.js
Handle JWT in router and update locale settingfrontend/src/router/index.js
index.js
Change default user tab settingfrontend/src/store/index.js
CHANGELOG.md
Update changelog with auto login featureCHANGELOG.md
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.