Twenty sdk cli oauth (#18638)

<img width="1418" height="804" alt="image"
src="https://github.com/user-attachments/assets/de6c8222-6496-4a71-bc21-7e5e1269d5cb"
/>

---------

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
martmull
2026-03-17 11:43:17 +01:00
committed by GitHub
parent 111debc1ce
commit 731e297147
96 changed files with 3191 additions and 2453 deletions
@@ -0,0 +1,6 @@
export const TWENTY_CLI_APPLICATION_REGISTRATION = {
universalIdentifier: '20202020-82da-4d5a-afd2-53c52090f5e1',
name: 'Twenty CLI',
description: 'Official CLI for Twenty application development',
oAuthScopes: ['api', 'profile'],
};