Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wpup/conauth

Signing in to WordPress by email without password
https://github.com/wpup/conauth

login passwordless wordpress wordpress-plugin

Last synced: 25 days ago
JSON representation

Signing in to WordPress by email without password

Awesome Lists containing this project

README

        

# Conauth

[![Build Status](https://travis-ci.org/wpup/conauth.svg?branch=master)](https://travis-ci.org/wpup/conauth)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)

Signing in to WordPress by link sent to your email. The link will expire in fifteen minutes and can only be used once. Login with username and password will not work.

This plugin concept comes from how [Medium](https://medium.com/the-story/signing-in-to-medium-by-email-aacc21134fcd) did [sign in to medium by email](https://medium.com/the-story/signing-in-to-medium-by-email-aacc21134fcd).

## Login page

![WordPress Login](https://cloud.githubusercontent.com/assets/14610/10332389/2596b6a2-6cdd-11e5-8ab8-5603233f28c9.png)

## Default mail
![Conauth mail](https://cloud.githubusercontent.com/assets/14610/10332348/fb4863a0-6cdc-11e5-983c-85455194886d.png)

## Install

```
composer require frozzare/wp-conauth
```

# License

MIT © [Fredrik Forsmo](https://github.com/frozzare)