-
Notifications
You must be signed in to change notification settings - Fork 0
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
User Authentication #2
Comments
I thought we had some Python code for this already but it looks like all we have is either Ruby (Redmine, doclib) or else PHP (layout web interface). Basically it goes something like this:
The Rails code I wrote might be worth taking a look at. You can find it on bao: |
How about using the mediawiki API for user authentication instead? https://pythonhosted.org/mwapi/session.html |
bondia is using panel, which wraps a bokeh server. I'm hoping for @ketiltrout's advice on how to add authentication of wiki (bao) users.
https://docs.bokeh.org/en/latest/docs/user_guide/server.html#authentication
The text was updated successfully, but these errors were encountered: