Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Server extension, extra docs on configuration/authentication. #5937

Merged
merged 1 commit into from
Jan 29, 2021

Conversation

Carreau
Copy link
Member

@Carreau Carreau commented Jan 13, 2021

That give most of the information a user needs to write a full-fledge
extension without having to look into tornado documentation:

  • Authentication: I think all handler should be authenticated by
    default.

  • Managing state and accessing server state from the handlers: I don't
    think there is many interesting things you can do without accessing
    server state and configuration.

That give most of the information a user needs to write a full-fledge
extension without having to look into tornado documentation:

 - Authentication: I think all handler should be authenticated by
 default.

 - Managing state and accessing server state from the handlers: I don't
 think there is many interesting things you can do without accessing
 server state and configuration.
@Zsailer Zsailer merged commit a7089e0 into jupyter:master Jan 29, 2021
@blink1073 blink1073 added this to the 6.3 milestone Mar 18, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants