https://github.com/spring/matrix-synapse-uberserver-xmlrpc
password provider for the springrts matrix homeserver
https://github.com/spring/matrix-synapse-uberserver-xmlrpc
Last synced: 6 months ago
JSON representation
password provider for the springrts matrix homeserver
- Host: GitHub
- URL: https://github.com/spring/matrix-synapse-uberserver-xmlrpc
- Owner: spring
- License: gpl-3.0
- Created: 2017-12-08T15:32:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T08:39:40.000Z (over 3 years ago)
- Last Synced: 2024-12-27T20:29:33.643Z (about 1 year ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# springrts matrix synapse uberserver xmlrpc password provider
## Configure
Add or amend the `password_providers` entry like so:
```
password_providers:
- module: "spring_auth_provider.SpringRTSAuthProvider"
config:
enabled: true
endpoint: "http://127.0.0.1:8300/"
domain: "springrts.com"
```