Charles Zhao
Charles Zhao
## 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 Add Next.js integration guide in admin console ## Testing - [x] Locally tested both English and Chinese versions worked fine
## Summary Support capital letter "Y" in logto command line prompt. Previously when prompt (Y/n) in command line, if user inputs "Y", it will be considered as negative answer and...
Previously when we need to dynamically change the color of an SVG image, we had to wrap the SVG elements in a tsx file, and import it as a component...
In Logto monorepo, there's a sub-package/project called "ui", which holds the forms used in sign-in main flows. Moreover, we use `react-i18next` as the i18n solution, and the phrases we used...
When executing `pnpm i`, we notice that sometimes in pnpm-lock.yaml there are numerous `dev: true` lines added for each dependency. This is a bit weird and totally unexpected. We would...
In `@logto/shared` package, there are several regular expressions defined in `src/regex.ts`. Create unit test cases to ensure the correctness of the expressions.
 Howdy folks, Where are the brave and resourceful “bounty hunters”? Ever since Logto's beta release, there have been many enthusiastic volunteers who really helped make meaningful contributions to the...
### Description In admin console, we can configure `redirect URIs` for each application. However, per [RFC specs](https://www.rfc-editor.org/rfc/rfc8252#section-8.4), for native apps, the URI must be a reverse domain name based schemes,...
In Logto admin console, the `usePosition` hook is used in popover-ish components (tooltip, dropdown, etc.) to help locate their render positions relative to their parent component. Currently the supported alignments...