We don't need to pass full MultiAccountUser here. just []AccountInfo
should be enough. This way, we can make MultiAccountUser to always
hold an active user.
Signed-off-by: Seongmin Lee git@boltless.me
We don't need to pass full MultiAccountUser here. just []AccountInfo
should be enough. This way, we can make MultiAccountUser to always
hold an active user.
Signed-off-by: Seongmin Lee git@boltless.me
name field to repo.create
oauth.User type
oauth.MultiAccountUser
MultiAccountUser.Active from template
.Handle from oauth.AccountInfo
AuthReturnInfo
AddAccount session data
oauth.ClientSessionData
TANGLED_PDS_USER_DOMAIN for user handle check
We don't need to pass full `MultiAccountUser` here. just `[]AccountInfo`
should be enough. This way, we can make `MultiAccountUser` to always
hold an active user.
Signed-off-by: Seongmin Lee <git@boltless.me>