Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
logto.tar.gz | 2023-05-16 | 69.5 MB | |
README.md | 2023-05-16 | 929 Bytes | |
Totals: 2 Items | 69.5 MB | 0 |
Note Our brand new blog just landed. Let's enjoy the new design and beautiful illustrations by @Rany0101.
Feature updates
- Support CLI arguments in
@logto/create
(#2206 [#3777]) -
Provide Management APIs to help link social identities to user
- POST
/users/:userId/identities
to link a social identity to a user - POST
/connectors/:connectorId/authorization-uri
to get the authorization URI for a connector
- POST
Improvements
- Except interaction APIs, API response schemas and status codes are now available in
/api/swagger.json
. Also available in https://docs.logto.io/api/.
Bug fix
- SAML connector: Should ignore empty number input box when parsing connector config form.