0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.changeset-staged/fast-toys-share.md
Darcy Ye bd3469e42f
chore: add changesets (#3218)
Co-authored-by: Gao Sun <gao@silverhand.io>
2023-02-24 11:30:55 +00:00

494 B

@logto/connector-kit @logto/core
minor minor

Enable connector method getUserInfo read and write access to DB

Logto connectors are designed to be stateless to the extent possible and practical, but it still has some exceptions at times.

With the recent addition of database read and write access, connectors can now store persistent information. For example, connectors can now store access tokens and refresh tokens to minimize number of requests to social vendor's APIs.