1.0.0-beta.10 (2022-09-28)
Machine to Machine apps
Are you trying to access Logto Management API in a backend service? Or programmatically access other API Resources in an OAuth 2.0 manner? Then the Machine to Machine apps are your friend, and we’re happy to announce this feature is available now!
Click “Create Application” in the Applications tab of Admin Console, and you’ll see the new “Machine to Machine” app type. We also wrote a detailed integration guide to make the process painless.
Automatic database alteration
Maintaining database schemas is hard, but there’s no reason to make the job yours. Starting from this version, Logto will check if the database schemas are up-to-date during initializing and guide you to start an automatic alteration without shutting down the database.
For container users
For now, you have to jump into one instance and run npm alteration deploy
in the Logto project root with ease to upgrade your database schema. We'll provide a standalone CLI soon to make it more smooth.
Where’s the stable release?
It’s not far! After internal discussion, we decided to release the first stable release when several things are complete:
- Sign-in experience v2 (More flexible sign-in configuration, forgot password)
- Role-based access control
Join our Discord Server to stay tuned, and see our Logto Public Roadmap for details.
Contributors
- @pemassi Naver connector logto-io/connectors#6
- @FlurryNight Discord connector logto-io/connectors#11
- @5war00p refactoring button component #1958
- @The1462 fixing officeLocation attribute bug in Azure AD connector logto-io/connectors#19
❤️ Thank you!
Other updates
⚠ BREAKING CHANGES
- core: update user scopes (#1922)
Features
Bug Fixes
- bump react sdk and essentials toolkit to support CJK characters in idToken (2f92b43)
- console: add sandbox attribute to iframe (#1926) (14cb043)
- console: get prefixed router basename in local dev env (ccbe5da)
- console: old value does not flash back on saving form (cdbd8d7)
- console: use fallback language in preview (#1960) (de4c46e)
- core,schemas: move alteration types into schemas src (#2005) (10c1be6)
- core: filter out connector-kit (#1987) (f4cf89f)
- phrases: phrases-ui typo and types (#1948) (2f373db)
- support capital letter "Y" in command line prompt (416f4e8)
- ui: align mobile input outline (#1991) (c9ba198)