mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 06:52:59 +00:00
document services.auth
This commit is contained in:
@@ -12,3 +12,4 @@
|
||||
auth
|
||||
spawner
|
||||
user
|
||||
services.auth
|
||||
|
18
docs/source/api/services.auth.rst
Normal file
18
docs/source/api/services.auth.rst
Normal file
@@ -0,0 +1,18 @@
|
||||
===========================================
|
||||
Authenticating your service with JupyterHub
|
||||
===========================================
|
||||
|
||||
Module: :mod:`jupyterhub.services.auth`
|
||||
=======================================
|
||||
|
||||
.. automodule:: jupyterhub.services.auth
|
||||
|
||||
.. currentmodule:: jupyterhub.services.auth
|
||||
|
||||
|
||||
.. autoclass:: HubAuth
|
||||
:members:
|
||||
|
||||
.. autoclass:: HubAuthenticated
|
||||
:members:
|
||||
|
Reference in New Issue
Block a user