Skip to content

Commit f6a3e43

Browse files
sunshastrydwelch2344marco-ippolito
authored
feat: add login and logout commands and tie it up with graphql invoca… (#435)
* feat: add login and logout commands and tie it up with graphql invocations * fix: update src/service/auth.svc.ts Co-authored-by: Marco Ippolito <marcoippolito54@gmail.com> * fix: update src/service/auth.svc.ts Co-authored-by: Marco Ippolito <marcoippolito54@gmail.com> * fix: lint fix and addressing some review comments * fix: removes open package and rolls open-in-browser util * fix: address biome errors * fix: address review comments * fix: remove pakage inquirer * fix: replaces keytar with @napi-rs/keyring * fix: removes comment test infra for auth * fix: enhance ENABLE_AUTH env var * fix: biome lint errors * fix: remove unnecessary normalization of tokens * fix: addresses review comments --------- Co-authored-by: David Welch <david@davidwelch.co> Co-authored-by: Marco Ippolito <marcoippolito54@gmail.com>
1 parent bcb66a7 commit f6a3e43

36 files changed

+3280
-388
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
33
"assist": { "actions": { "source": { "organizeImports": "on" } } },
44
"linter": {
55
"enabled": true,

0 commit comments

Comments
 (0)