Note
Our brand new blog just landed. Let's enjoy the new design and beautiful illustrations by @Rany0101.
Feature updates
-
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.