summaryrefslogtreecommitdiff
path: root/docs/src/gettingstarted/debugging/fsm.md
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-26 16:37:19 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-04-26 16:37:19 +0200
commit94192739a4d8487d666c69be2d5e6be9ea6dd1a7 (patch)
tree4438b164e4cc8976f5d8f1bcec0e553ce08ba103 /docs/src/gettingstarted/debugging/fsm.md
parent39f0e8e26ab37c4b83c1933ba90bae15cd7e04fc (diff)
Docs: Update debugging
Diffstat (limited to 'docs/src/gettingstarted/debugging/fsm.md')
-rw-r--r--docs/src/gettingstarted/debugging/fsm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/gettingstarted/debugging/fsm.md b/docs/src/gettingstarted/debugging/fsm.md
index 891b0ea..65ff031 100644
--- a/docs/src/gettingstarted/debugging/fsm.md
+++ b/docs/src/gettingstarted/debugging/fsm.md
@@ -21,7 +21,7 @@ The states mean the following:
- `NO_SERVER`: The client is registered, but has not chosen a server yet
- `CHOSEN_SERVER`: The client has chosen a server to connect to
- `OAuth_Started`: The OAuth process has been started. This means that the client needs to redirect to the browser so that the user can login and approve the application
-- `Authenticated`: The OAuth process has finished. The client now has tokens and is thus authenticated
+- `Authorized`: The OAuth process has finished. The client now has tokens and is thus authorized
- `Request_Config`: The client is in the process of requesting an OpenVPN/Wireguard configuration from the server
- `Ask_Profile`: The server has multiple profiles for which a config can be obtained, the client must show an UI of the profiles. The user then selects one of these profiles to exit this state
- `Has_Config`: The client now has a configuration that it can use to connect using OpenVPN/Wireguard