https://github.com/jsxc/xmpp-cloud-auth
:key: Authentication hub for Nextcloud+JSXC→Prosody, ejabberd, saslauthd, Postfix
https://github.com/jsxc/xmpp-cloud-auth
ejabberd external-auth nextcloud postfix prosody saslauthd xmpp-cloud xmpp-server
Last synced: about 2 months ago
JSON representation
:key: Authentication hub for Nextcloud+JSXC→Prosody, ejabberd, saslauthd, Postfix
- Host: GitHub
- URL: https://github.com/jsxc/xmpp-cloud-auth
- Owner: jsxc
- License: mit
- Created: 2017-02-14T12:43:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T16:22:19.000Z (over 4 years ago)
- Last Synced: 2025-03-21T20:46:44.093Z (3 months ago)
- Topics: ejabberd, external-auth, nextcloud, postfix, prosody, saslauthd, xmpp-cloud, xmpp-server
- Language: Python
- Homepage: https://www.jsxc.org
- Size: 463 KB
- Stars: 58
- Watchers: 14
- Forks: 18
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# `xmpp-cloud-auth`: Your authentication hub for Nextcloud, Instant Messaging, and mail
`xmpp-cloud-auth` (aka `xcauth`) started as a simple program to free [JSXC – The Open Chat](https://www.jsxc.org) for [Nextcloud](https://www.nextcloud.com) from having to remember and reuse passwords: The password entered for Nextcloud login would need to be captured and stored in the browser in such a way that malware could also access it.
In the meantime, it has grown to a full authentication hub:
[](./doc/SystemDiagram.svg)
For installation and configuration instructions, see [doc/Installation.md](doc/Installation.md). :warning: Especially if you plan to [use it on *Prosody*](doc/Installation.md#prosody), as their `mod_auth_external.lua` does not work around a bug in `lpty`.
# Code quality
* Build status: [](https://travis-ci.org/jsxc/xmpp-cloud-auth)
* Code coverage (offline-only): [](https://codecov.io/gh/jsxc/xmpp-cloud-auth) (codecov.io unfortunately can't do online tests)
* Code coverage (offline and online tests): [](tests/Coverage.md) (manually updated every few commits)# Binary repository
To use our binary `deb` repository, create `/etc/apt/sources.list.d/jsxc.list` with the following contents:
```deb
deb https://dl.jsxc.org stable main
```