Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wpup/conauth
- Owner: wpup
- License: mit
- Created: 2015-10-06T20:00:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T14:23:43.000Z (about 5 years ago)
- Last Synced: 2024-04-14T14:49:28.417Z (10 months ago)
- Topics: login, passwordless, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 38.1 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)