Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement account linking in authui #4164

Merged
merged 11 commits into from May 3, 2024

Conversation

tung2744
Copy link
Contributor

@tung2744 tung2744 commented Apr 24, 2024

ref DEV-1204
ref #4109
requires #4159

  • It seems we already implemented prompt=login if that provider support that, so nothing have to be changed.

@@ -1441,12 +1441,16 @@ const (
)

type AuthenticationFlowAccountLinkingJSONPointer struct {
Pointer jsonpointer.T `json:"pointer,omitempty"`
Pointer string `json:"pointer,omitempty"`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't quite get what this bug is about from the commit title. Can you elaborate?

Copy link
Contributor Author

@tung2744 tung2744 May 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@louischan-oursky I found the problem on adding e2e test. Basically the problem is if I parse /email into a jsonpointer.T, then I serialize the config. It will become #/email (Which looks like the expected behavior of the library)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see.

@louischan-oursky louischan-oursky merged commit 5fd66aa into authgear:account-linking May 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants