mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
more hooks for authenticators
Allow authenticators to: - register custom handlers - change login and logout URLs - replace the entire login form This appears to be enough to get oauth working.
This commit is contained in:
@@ -206,6 +206,7 @@ class BaseHandler(RequestHandler):
|
||||
base_url=self.hub.server.base_url,
|
||||
user=user,
|
||||
login_url=self.settings['login_url'],
|
||||
logout_url=self.settings['logout_url'],
|
||||
static_url=self.static_url,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user