Fix wording on deployed notebook authentication

This commit is contained in:
José Valim 2025-01-17 17:06:32 +01:00
parent f20b2c6f8d
commit 513935ce62

View file

@ -6,7 +6,7 @@ Livebook has three levels of authentication:
* Admin authentication: this authenticates access to Livebook admin interface, where users can create, write, and manage notebooks. Both password and token authentication are available. See the next section for more information.
* Deployed notebook authentication: additionally, when deploying notebooks as applications, each application may be password protected with a unique password. Only users authenticated as admin or with the password will be able to access them.
* Deployed notebook passwords: additionally, when deploying notebooks as applications, each application may be password protected with a unique password. Only users authenticated as admin or with the password will be able to access them.
## Admin authentication