mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #631] [MERGED] feat: oatuh2 email key support jsonpath #667
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#667
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/631
Author: @dreamhunter2333
Created: 4/12/2025
Status: ✅ Merged
Merged: 4/12/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
a742425feat: oatuh2 email key support jsonpath📊 Changes
10 files changed (+530 additions, -472 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
frontend/package.json(+2 -2)📝
frontend/pnpm-lock.yaml(+203 -202)📝
frontend/src/views/admin/UserOauth2Settings.vue(+1 -1)📝
pages/package.json(+1 -1)📝
vitepress-docs/package.json(+2 -2)📝
vitepress-docs/pnpm-lock.yaml(+141 -141)📝
worker/package.json(+5 -4)📝
worker/pnpm-lock.yaml(+154 -114)📝
worker/src/user_api/oauth2.ts(+20 -5)📄 Description
PR Type
enhancement, dependencies
Description
Added support for JSONPATH in OAuth2 user email key.
Updated frontend to reflect JSONPATH support in user email key.
Included
jsonpath-plusdependency for JSONPATH functionality.Updated changelog to document new feature.
Changes walkthrough 📝
UserOauth2Settings.vue
Update user email key label for JSONPATH supportfrontend/src/views/admin/UserOauth2Settings.vue
oauth2.ts
Implement JSONPATH parsing for user email keyworker/src/user_api/oauth2.ts
jsonpath-plusfor JSONPATH parsing.CHANGELOG.md
Update changelog for OAuth2 JSONPATH featureCHANGELOG.md
package.json
Add `jsonpath-plus` dependencyworker/package.json
jsonpath-plusdependency.pnpm-lock.yaml
Update lockfile for `jsonpath-plus` dependencyworker/pnpm-lock.yaml
jsonpath-plusand related dependencies.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.