Logto 2023 January update
Logto product updates for January 2023
Logto product updates for January 2023
🙋 Hey folks!
For the first day of 2023, we shipped a few things for everybody:
If you want to perform the original fuzzy user search via Management API, adding % around the keyword is required. E.g.:
Original: GET /users?search=foo
Now: GET /users?search=%foo%
If you are upgrading from an older version of logto, make sure to go through our Database alteration tutorial.
With hooks, Logto can enable the next-level extensibility for you to interact with other services in an event-based manner. E.g., do some async jobs after a new user registered.
We support three events in this version: PostRegister, PostSignIn and PostResetPassword. Check out 🪝 Web hooks for the concept explained and detailed usage.
Management API is a programmatic way to communicate with Logto. We redesigned the user search API to make it powerful for advanced search requests.
Now you can designate one or multiple search fields as well as the match mode. For example, you can search users that:
Exact search is also supported, e.g., search users that name is exactly “John Wick”. See Advanced user search for details.
Logto is built on open standards, and we believe they can eliminate enormous gaps in software development. From this version, Logto supports creating multiple connectors based on the same open standard: OAuth 2.0 or OpenID Connect; We call them “standard connectors”.
We are developing more standard connectors like SAML and LDAP. Feel free to let us know your needs!
Besides, we’d like to highlight our community contributors:
Thank you!
Now you can feel the following enhancement as follows:
Please check it out and explore, and let us know how you feel! 😉
Due to the increased flexibility and complexity of Sign-in experience, and to provide even more auditable and structured logs for user interactions, we decided to refactor our Interaction APIs with the logging mechanism; The original session APIs are deprecated from now.
Audit logs become fine-categorized by the new key definitions, and payloads are optimized for behavior tracing. Check out the “Audit logs” tab in Admin console to feel the change.