appwrite / sdk-generator

Generating SDKs for multiple programming languages and platforms ⚙️
https://appwrite.io
MIT License
258 stars 160 forks source link

Feat multiple accounts and instances #851

Closed byawitz closed 3 weeks ago

byawitz commented 1 month ago

What does this PR do?

Test Plan

https://github.com/appwrite/sdk-generator/assets/316103/bf25ba1b-4173-4189-b145-4d35060eef78

byawitz commented 1 month ago

Changing multiple account selection to the login command and making it interactive

https://github.com/appwrite/sdk-generator/assets/316103/c5c8f259-5c7a-4059-9cdb-d4aae0929bf8

byawitz commented 1 month ago

Interactive multiple account logout

https://github.com/appwrite/sdk-generator/assets/316103/814357d8-3942-420c-905c-02dfad863138

Meldiron commented 1 month ago

appwrite login If its first time: Normal If already has account: New or existring

appwrite logout

byawitz commented 1 month ago

Added headless login with MFA factors

image