Skip to content

Commit f4986be

Browse files
committed
modify the changeset
1 parent 6781560 commit f4986be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changeset/custom-code-exchange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Add custom code exchange functionality for enhanced security.
77
### Usage
88

99
```typescript
10+
// Handle code exchange on your backend
1011
const nylasConnect = new NylasConnect({
1112
clientId: 'your-client-id',
1213
redirectUri: 'http://localhost:3000/callback',
1314
codeExchange: async (params) => {
14-
// Handle code exchange on your backend
1515
const response = await fetch('/api/auth/exchange', {
1616
method: 'POST',
1717
body: JSON.stringify(params),

0 commit comments

Comments
 (0)