Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T16:22:19.000Z (about 4 years ago)
- Last Synced: 2024-04-21T22:15:00.958Z (9 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: 60
- Watchers: 15
- 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:
[![Authentication Hub: System Diagram](./doc/SystemDiagram.svg)](./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: [![Build Status](https://travis-ci.org/jsxc/xmpp-cloud-auth.svg?branch=master)](https://travis-ci.org/jsxc/xmpp-cloud-auth)
* Code coverage (offline-only): [![codecov](https://codecov.io/gh/jsxc/xmpp-cloud-auth/branch/master/graph/badge.svg)](https://codecov.io/gh/jsxc/xmpp-cloud-auth) (codecov.io unfortunately can't do online tests)
* Code coverage (offline and online tests): [![99%](./doc/codecov.svg)](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
```