Commit aaf7d51
authored
Implement Free Trial (#2198)
* chores
* add db function
* add start-trial route in apps/api
* update apps/desktop to support trial
* openapi stuffs for apps/api
* openapi client genertion
* use rpc in apps/api
* rename stuff
* openapi stuff
* onboarding wip
* fix bearer case sensitive
* trial flow got it working in desktop
* handle review1 parent 7a04a15 commit aaf7d51
File tree
57 files changed
+2794
-677
lines changed- .vscode
- apps
- api
- src
- middleware
- routes
- scripts
- desktop
- src
- components
- onboarding
- settings
- routes/app
- onboarding
- settings
- utils
- web
- content/docs/developers
- src
- components
- middleware
- routes/_view/callback
- packages/api-client
- src/generated
- client
- core
- plugins/webhook
- src
- supabase/migrations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
57 files changed
+2794
-677
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
0 commit comments