Skip to content
Open
Show file tree
Hide file tree
Changes from 9 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
058c457
Add CLI OAuth device login
ChiragAgg5k Jun 16, 2026
0bb2b0c
Fix CLI OAuth review issues
ChiragAgg5k Jun 17, 2026
456af52
Restore session on failed switch
ChiragAgg5k Jun 17, 2026
6cc7209
Allow login recovery with stale session
ChiragAgg5k Jun 17, 2026
0503bff
Keep email password login for self hosted CLI
ChiragAgg5k Jun 17, 2026
faef9c3
Use shared cloud hostname helper
ChiragAgg5k Jun 17, 2026
7a3d1cd
Fix self hosted login edge cases
ChiragAgg5k Jun 17, 2026
08137c0
Fix failed MFA login cleanup
ChiragAgg5k Jun 18, 2026
eb753dd
Delete legacy sessions on logout
ChiragAgg5k Jun 18, 2026
49bf3ce
Verify OAuth login session before success
ChiragAgg5k Jun 18, 2026
9147bc9
Fix CLI auth cleanup precedence
ChiragAgg5k Jun 18, 2026
c844989
Add local cloud login override
ChiragAgg5k Jun 18, 2026
98f713a
Skip legacy warning for new login
ChiragAgg5k Jun 18, 2026
28099e6
Fix local cloud deployment console links
ChiragAgg5k Jun 18, 2026
4d39976
Authenticate local deployment region lookup
ChiragAgg5k Jun 18, 2026
a9eefd7
Fix logout reset session cleanup edge cases
ChiragAgg5k Jun 18, 2026
1979c9d
Refactor CLI auth into a dedicated lib/auth layer
ChiragAgg5k Jun 18, 2026
ec4fa34
(fix): self-hosted MFA factor prompt losing session
ChiragAgg5k Jun 18, 2026
c29d83a
(test): cover CLI OAuth device-login logic in e2e suite
ChiragAgg5k Jun 18, 2026
f409e1a
(feat): gate CLI OAuth login behind a feature flag registry
ChiragAgg5k Jun 18, 2026
8b69ad7
(fix): handle OAuth device-poll slow_down and empty error bodies
ChiragAgg5k Jun 18, 2026
d6e9db1
(chore): remove dead templates/cli/lib/constants.ts
ChiragAgg5k Jun 18, 2026
8e40467
(fix): device-poll interval default, regional endpoint persistence, s…
ChiragAgg5k Jun 18, 2026
396f567
(fix): allow explicit zero device-poll interval
ChiragAgg5k Jun 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/cli/bun.lock.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"": {
"name": "{{ language.params.npmPackage|caseDash }}",
"dependencies": {
"@appwrite.io/console": "^14.0.0",
"@appwrite.io/console": "https://pkg.vc/-/@appwrite/@appwrite.io/console@54cebb6",
"chalk": "4.1.2",
"chokidar": "^3.6.0",
"cli-progress": "^3.12.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"tmp": "^0.2.6",
},
"packages": {
"@appwrite.io/console": ["@appwrite.io/console@14.0.0", "", { "dependencies": { "json-bigint": "1.0.0" } }, "sha512-OazmwL0CGA/a3KrbKx4ljEOlYd07/MBYVgJ6GlBMKv2O2etI1RLqLvXF29LV9QGwrOgN5EwYHmOotfw8r0PG8Q=="],
"@appwrite.io/console": ["@appwrite.io/console@https://pkg.vc/-/@appwrite/@appwrite.io/console@54cebb6", { "dependencies": { "json-bigint": "1.0.0" } }],

"@babel/runtime": ["@babel/runtime@7.29.7", "", {}, "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw=="],

Expand Down
Loading
Loading