ログインSDK
DIMOコンポーネントを使用したログインでビルドを高速化
始める前に、まずDIMO 開発者コンソールclientId
で開発者ライセンスとアプリケーションを作成しておく必要があります。このセクションでは、、、redirectUri
および が必要になりますapiKey
。
はじめる
There are two methods for integrating a Login with DIMO (LIWD) flow into your application:
React Component SDK (for React-based applications)
Use another framework with Redirect URL (for non-React applications)
Select the implementation method above that you plan to use in order to get started.
Key Features
Pre-built components: The SDK offers pre-built React components that can be imported easily.
Flexibility with multiple integration modes: The components are designed to be flexible with multiple integration modes, such as a
popup
orredirect
.Login with DIMO: End users are presented with a email login or social logins (Apple/Google). For email authentication, an OTP will be sent to the user's inbox.
Integration with the Transactions SDK: The React components seamlessly integrate with the Transactions SDK, allowing you to leverage the SDK's features and functionalities such as creating a vehicle and sharing vehicle permissions, etc.
Customizability: The component is built to be customizable.
This SDK utilizes Accounts API for developers and manages to connect to the user's DIMO account. Once connected, it further integrates with the Transactions SDK to perform operations associated with the user's vehicles and permissions.


Last updated
Was this helpful?