├── CHANGELOG.md ├── LICENSE ├── README.md ├── setup.py └── shared_secret_authenticator.py /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/HEAD/README.md -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/HEAD/setup.py -------------------------------------------------------------------------------- /shared_secret_authenticator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devture/matrix-synapse-shared-secret-auth/HEAD/shared_secret_authenticator.py --------------------------------------------------------------------------------