logto
logto copied to clipboard
🧑🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
## Summary Non-Chinese language will fall back to English on clicking the "Docs" link in admin console. ## Testing - [x] Tested only Chinese language will end up appending zh-CN...
## Summary Throw `RequestError` about `DatabaseError` with meaningful message - e.g. `value too long for type character varying(128)` ## Testing - [x] UTs - Locally tested. 
## Summary Add passwordless integration test - update the email & SMS connector mock to write passcode to `/temp/logto_mock_passcode_record` so can be read by the test case - remove the...
## Summary Add Next.js integration guide in admin console ## Testing - [x] Locally tested both English and Chinese versions worked fine
## Summary add sign-in then sign-out test ## Testing test locally @logto-io/eng
## Summary Add get access token flow test. ## Testing test locally @logto-io/eng
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [slonik](https://togithub.com/gajus/slonik) | [`^28.0.0` -> `^29.0.0`](https://renovatebot.com/diffs/npm/slonik/28.2.0/29.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/logto-io/logto). > [!WARNING] These dependencies are deprecated: |...
## Summary Add CLI parameter `--deploy-migration` to run migration files. ## Testing TBD