Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Mark as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda authored Feb 12, 2021
1 parent 4d2c39f commit 5005585
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# DEPRECATED #

DummyAuthenticator is now a [part of JupyterHub core](https://github.com/jupyterhub/jupyterhub/blob/4e7936056744cdad31d608388a349207196efa56/jupyterhub/auth.py#L1122).
You can migrate to it by setting:

```python
c.JupyterHub.authenticator_class = "dummy"
```

The JupyterHub documentation has more information on [how to setup a development environment](https://jupyterhub.readthedocs.io/en/stable/contributing/setup.html)

# Dummy JupyterHub Authenticator #

Simple authenticator for [JupyterHub](http://github.com/jupyter/jupyterhub/)
Expand Down

0 comments on commit 5005585

Please sign in to comment.