We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094a317 commit 5eb87beCopy full SHA for 5eb87be
1 file changed
README.md
@@ -2,14 +2,6 @@
2
3
A Microsoft Graph CLI built for both humans and agents.
4
5
-The design priority is not breadth. It is **auth durability**:
6
-- store both access and refresh tokens on disk
7
-- rotate refresh tokens safely when Microsoft returns a new one
8
-- preserve the existing refresh token if Microsoft does not return a replacement during refresh
9
-- avoid partial writes and token-loss corruption
10
-- isolate profiles cleanly across personal and org accounts
11
-- make the CLI predictable for automation
12
-
13
## What it does already
14
15
### Durable auth layer
0 commit comments