Files
calendar/example-apps/credential-sync
96855ea391 chore: upgrade eslint 9 (#24002)
* add eslint package

* upgrade lint

* remove linting for generated files from trpc

* ts imports

* add missing features lint script

* enable turbo ui

* reference workspace deps correctly

* fixes

* Fix eslint test

* Fix eslint test

* npm run all back

* fix e2e

* fix e2e

* fix e2e

---------

Co-authored-by: Alex van Andel <[email protected]>
2025-09-24 22:20:49 +09:00
..
2025-09-24 22:20:49 +09:00
2024-09-21 02:10:12 +00:00

README

This is an example app that acts as the source of truth for Cal.com Apps credentials. This app is capable of generating the access_token itself and then sync those to Cal.com app.

## How to start yarn dev starts the server on port 5100. After this open http://localhost:5100 and from there you would be able to manage the tokens for various Apps.

Endpoints

http://localhost:5100/api/getToken should be set as the value of env variable CALCOM_CREDENTIAL_SYNC_ENDPOINT in Cal.com