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

fix: bind account #148

Merged
merged 4 commits into from
Feb 21, 2024
Merged

Conversation

LiusCraft
Copy link
Contributor

No description provided.

@LiusCraft LiusCraft force-pushed the feat/join-multiple-accounts branch from 086706c to 6ecd540 Compare February 19, 2024 12:22
internal/core/casdoor.go Outdated Show resolved Hide resolved
internal/core/casdoor.go Outdated Show resolved Hide resolved
internal/core/casdoor.go Outdated Show resolved Hide resolved
internal/core/casdoor.go Outdated Show resolved Hide resolved
internal/core/casdoor_test.go Outdated Show resolved Hide resolved
internal/core/casdoor_test.go Outdated Show resolved Hide resolved
@LiusCraft LiusCraft force-pushed the feat/join-multiple-accounts branch from 460cf5b to 72e191e Compare February 20, 2024 08:39
@LiusCraft LiusCraft requested a review from IRONICBo February 20, 2024 08:40

get "/userEdit", ctx => {
var user *core.User
get "/userUnlink", ctx => {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggest to use /user/unlink instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yap now support this type of router?

@LiusCraft LiusCraft requested a review from IRONICBo February 20, 2024 14:08

http.Redirect(ctx.ResponseWriter, ctx.Request, "/userEdit", http.StatusTemporaryRedirect)
}
get "/userEdit", ctx => {
Copy link
Collaborator

@IRONICBo IRONICBo Feb 21, 2024

Choose a reason for hiding this comment

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

get /page/user-info

Copy link
Collaborator

@IRONICBo IRONICBo left a comment

Choose a reason for hiding this comment

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

LGTM

@IRONICBo IRONICBo merged commit d4aaa6c into goplus:dev Feb 21, 2024
1 check 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.

2 participants