https://github.com/codedge/statamic-magiclink
Login into Control Panel without using a password - just by using a magic link.
https://github.com/codedge/statamic-magiclink
magiclink passwordless-authentication statamic-addon statamic-v3
Last synced: 4 months ago
JSON representation
Login into Control Panel without using a password - just by using a magic link.
- Host: GitHub
- URL: https://github.com/codedge/statamic-magiclink
- Owner: codedge
- Created: 2020-08-21T19:01:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-27T14:30:05.000Z (over 1 year ago)
- Last Synced: 2025-03-19T09:42:53.798Z (11 months ago)
- Topics: magiclink, passwordless-authentication, statamic-addon, statamic-v3
- Language: PHP
- Homepage: https://statamic.com/addons/codedge/statamic-magiclink
- Size: 379 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Statamic MagicLink - Login without a password

[](https://packagist.org/packages/codedge/statamic-magiclink)

A Statamic addon to provide the option to login into the Control Panel or Statamic [Protected Content](https://statamic.dev/protecting-content) feature without using a password,
instead use a magic link which is sent by email.
**Features**
* Login to Control Panel with magic links
* Login to protected content with custom password form with magic links
* Restrict sending magic links to defined email addresses
* Display issued magic links in Control Panel
* Permission scheme for display links and settings in Control Panel
# Installation
Run the following the pull in the package with composer:
## Step 1
````bash
composer require codedge/statamic-magiclink
````
## Step 2
Login into your Statamic CP, see "MagicLink" in the side menu and enable it.
## Step 3
On the CP login page you can now see a link "Send Magic Link".
:information_source: Make sure your email settings are configured and email sending works.
# Wishes & ideas
Just open an [issue at Github](https://github.com/codedge/statamic-magiclink/issues).
# Security
If you find any security related issues, please get in contact via post@codedge.de first. Please do not open an issues on Github.
# License
Before going into production with *Statamic MagicLink*, you need to buy a licence at the [Statamic Marketplace](https://statamic.com/addons?statamic=3).
*Statamic MagicLink* is not free software!