simeng-li
simeng-li
@blain3white The issue might be caused by an inconsistent time between your client machine and the Logto server. Could you check if your system time is synced with global time?
Hi, thanks for your feedback! In the social registration flow, we currently use a fixed order for users to complete any missing mandatory profile fields. The sign-up identifier order defined...
Hi, @samsalvatico thanks for your contribution. The PR itself looks straightforward to me. However, I’m not sure about the effectiveness of creating a GIN index on the entire `user.identities` JSONB...
> I'm sorry but I can't understand what's going on I see > > ``` > /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/feat/add-identities-index*:refs/remotes/origin/feat/add-identities-index* +refs/tags/feat/add-identities-index*:refs/tags/feat/add-identities-index* > ``` >...
> > > I'm sorry but I can't understand what's going on I see > > > ``` > > > /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin...
Hi @Singh-Harry, we have added the required organization ID validation feature in the Logto WordPress plugin. Please check our [integration doc](https://docs.logto.io/quick-starts/wordpress-plugin#require-organization-id) for more details.
@oguzhanaksoy Thanks for your feedback! As a workaround, you can store your own flag in the organization’s [custom data](https://docs.logto.io/organizations/organization-data#custom-data) field.
This is by design. Unlike removing a user from an organization, `Organization.Membership.Updated` can be triggered by multiple flows. Since an organization may have a large number of users, we recommend...
I see, thanks for sharing. I’ll discuss with the product team how we can optimize the webhook payload for new users assigned to an organization to better accommodate your request.
Thanks for your feedback! However, mixing user impersonation tokens and user-requested tokens is highly not recommended due to security and token management concerns. Requesting and managing impersonation tokens on the...