-
- Downloads
Wiki-Login to Basic Auth API
This is a layer that takes a request with basic auth credentials and tries to log into a MediaWiki using them. It returns a corresponding error code (401, 403, 200). This is meant to be used e.g. with nginx auth_request to use a MediaWiki as the authentication backend.
parents
No related branches found
No related tags found
.gitignore
0 → 100644
app.py
0 → 100644
config.example.py
0 → 100644
requirements.txt
0 → 100644
wiki.py
0 → 100644
Please register or sign in to comment