├── .gitignore ├── LICENSE ├── README.md ├── matrix-room-logo.png ├── rest_auth_provider.py └── setup.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/README.md -------------------------------------------------------------------------------- /matrix-room-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/matrix-room-logo.png -------------------------------------------------------------------------------- /rest_auth_provider.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/rest_auth_provider.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ma1uta/matrix-synapse-rest-password-provider/HEAD/setup.py --------------------------------------------------------------------------------