Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codatio/sdk-link
Embedded Link SDK examples
https://github.com/codatio/sdk-link
codat embedded link sdk
Last synced: 10 days ago
JSON representation
Embedded Link SDK examples
- Host: GitHub
- URL: https://github.com/codatio/sdk-link
- Owner: codatio
- Created: 2023-06-19T09:20:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:06:33.000Z (4 months ago)
- Last Synced: 2024-07-29T11:07:52.136Z (4 months ago)
- Topics: codat, embedded, link, sdk
- Language: JavaScript
- Homepage: https://sdk-link.vercel.app/
- Size: 1.63 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sdk-link
[![NPM Version](https://img.shields.io/npm/v/@codat/sdk-link-types.svg?style=flat)]()
Authorization is a key part of any solution built with Codat. Each of your SMB customers must authorize access to their data before you can use that data. A frictionless and reassuring auth flow is essential for receiving the authorization from your SMB customers.
Use our Link SDK component and embed our Link auth flow in your application.
[Examples](https://github.com/codatio/sdk-link/tree/main/examples) | [Full docs](https://docs.codat.io/auth-flow/overview)
## Configure your auth flow
Our Link settings allow you to configure the authorization process based on your data needs and white-label Embedded Link to suit your brand. You can customize these settings in the [Codat Portal](https://app.codat.io/) in [Settings > Auth flow > Link](https://app.codat.io/settings/link-settings).
Refer to our documentation to see how you can [customize Embedded Link](https://docs.codat.io/auth-flow/customize/customize-link).
## Prerequisites
Create a new company
These examples require you to have previously created a company and retrieved its `companyId`. For purposes of sample projects, you can do this via [Portal](https://app.codat.io/). In your Codat solution, you would do it via our [API](https://docs.codat.io/codat-api#/operations/create-company).
Visit codat.io/companies
![Create Company](./public/new-company.png "Create New Company")
1. Click the **Create company** button.
2. Fill in the form in an open modal and submit it via the **Add company** button.
3. Copy `Company ID` by clicking on the **Copy to clipboard** icon.