mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
Update docs/source/changelog.md
Co-Authored-By: minrk <benjaminrk@gmail.com>
This commit is contained in:
@@ -21,7 +21,7 @@ whether it was through discussion, testing, documentation, or development.
|
|||||||
Spawners must implement `.move_certs` method to make certificates available
|
Spawners must implement `.move_certs` method to make certificates available
|
||||||
to the notebook server if it is not local to the Hub.
|
to the notebook server if it is not local to the Hub.
|
||||||
- There is now full UI support for managing named servers (TODO: screenshot).
|
- There is now full UI support for managing named servers (TODO: screenshot).
|
||||||
With named servers, each jupyterhub user may have more than one named server.
|
With named servers, each jupyterhub user may have access to more than one named server. For example, a professor may access a server named `research` and another named `teaching`.
|
||||||
- Authenticators can now expire and refresh authentication data by implementing
|
- Authenticators can now expire and refresh authentication data by implementing
|
||||||
`Authenticator.refresh_user(user)`.
|
`Authenticator.refresh_user(user)`.
|
||||||
This allows things like OAuth data and access tokens to be refreshed.
|
This allows things like OAuth data and access tokens to be refreshed.
|
||||||
|
Reference in New Issue
Block a user