Wording change "BLS cal"
This commit is contained in:
@@ -9,7 +9,7 @@ ZOOM_CLIENT_ID=
|
||||
ZOOM_CLIENT_SECRET=
|
||||
CALCOM_ADMIN_API_KEY=
|
||||
|
||||
# Refer to Cal.com env variables as these are set in their env
|
||||
# Refer to BLS cal env variables as these are set in their env
|
||||
CALCOM_CREDENTIAL_SYNC_SECRET="";
|
||||
CALCOM_CREDENTIAL_SYNC_HEADER_NAME="calcom-credential-sync-secret";
|
||||
CALCOM_APP_CREDENTIAL_ENCRYPTION_KEY="";
|
||||
@@ -1,9 +1,9 @@
|
||||
# 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.
|
||||
This is an example app that acts as the source of truth for BLS cal Apps credentials. This app is capable of generating the access_token itself and then sync those to BLS cal 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
|
||||
http://localhost:5100/api/getToken should be set as the value of env variable CALCOM_CREDENTIAL_SYNC_ENDPOINT in BLS cal
|
||||
@@ -49,8 +49,8 @@ export default function Index() {
|
||||
You are managing credentials for cal.com <strong>userId={userId}</strong> for{" "}
|
||||
<strong>appSlug={appSlug}</strong>. Update query params to manage a different user or app{" "}
|
||||
</p>
|
||||
<button onClick={() => updateToken({ invalid: true })}>Give an invalid token to Cal.com</button>
|
||||
<button onClick={() => updateToken()}>Give a valid token to Cal.com</button>
|
||||
<button onClick={() => updateToken({ invalid: true })}>Give an invalid token to BLS cal</button>
|
||||
<button onClick={() => updateToken()}>Give a valid token to BLS cal</button>
|
||||
<div>{data}</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user