Brian E. Granger
|
ae37e2fe2c
|
Simplifying logic on login page.
|
15 years ago |
Brian E. Granger
|
c900979a80
|
Misc changes to the notebook.
* IPythonNotebookApp->NotebookApp.
* Cleaned up html templates of unused stylesheets.
|
15 years ago |
MinRK
|
4f26dae311
|
don't present meaningless username option in notebook
username isn't used for anything other than hash input
for authentication, so remove the field in the login form
and just use a uuid.
|
15 years ago |
MinRK
|
152fe1b6f1
|
Authenticate all notebook requests (except websockets)
* BaseHandler renamed AuthenticatedHandler
* also clears cookies if invalid, to prevent repeated 'Invalid cookie signature' warning messages.
|
15 years ago |
MinRK
|
dbfe19f6e2
|
notebook auth adjustments
* keyword -> password
* removed password alias
* add login.html as template
* new cookie key for each Server instance
|
15 years ago |