An open API service indexing awesome lists of open source software.

https://github.com/errilaz/emauth

Email-based same sign-on resources
https://github.com/errilaz/emauth

Last synced: 7 months ago
JSON representation

Email-based same sign-on resources

Awesome Lists containing this project

README

          

# Emauth

> Resources for [simple, cheap same sign-on with email](https://da.nfin.ch/blog/sso-with-email.html).

## Projects

This repository contains helpful packages & container images to support
email authentication.

### Node Packages

- [emauth-authenticate](libraries/authenticate): Authenticates through IMAP. Tiny with no dependencies.

### Docker Images

- [emauth-ngircd](images/ngircd): Uses ngircd's PAM support to authenticate through IMAP.

## Servers

A list of other open source servers that already support email-based authentication natively
or through plugins.



Server
Purpose
Auth Method
Stars
Activity




NextCloud
File sync + Office suite
IMAP (plugin)




Gogs
Git hosting
SMTP




Gitea
Git hosting
SMTP




Kanboard
Project Management
SMTP (plugin)



## TODO

- [ ] HTTP bridge
- [ ] SSH bridge
- [ ] Verdaccio authentication plugin

## Links

- [Awesome Self Hosted](https://github.com/awesome-selfhosted/awesome-selfhosted)